/ Published in: PHP
Magic Quotes is a great feature of PHP but sometimes it can just get annoying. It's simple enough to turn it off at the .ini and restart apache but here's a quick .htaccess workaround
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
php_flag magic_quotes_gpc off
URL: http://www.aristoworks.com