Search Our Database

How to disable Magic Quotes GPC

Last updated on |
by

1) First go to your public_html directory

2) Than create a .htaccess file

3) Add the below line in .htaccess

php_flag magic_quotes_gpc Off

Note: To view if the option is turn off use the phpinfo.php to check