How to change mode of magic_quotes_gpc = off?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • admin
    Administrator
    • Mar 2007
    • 36

    How to change mode of magic_quotes_gpc = off?

    Magic quotes, is the process of escaping special characters with a '\' to allow a string to be entered into a database. Follow below mentioned steps to disable this feature:
    1.Rename your existing .htaccess file as .htaccess_old
    2.Create new .htaccess file
    3.Put all your php_flags here
    php_flag magic_quotes_gpc = off

    Park B
    Accuwebhosting.com

    Last edited by admin; 07-31-2015, 10:20 AM.
Working...
X