Okay seems like I should be able to get this to work, but…
The server has both the magic_quotes_gpc and magic_quotes_runtime off.
I have a .htaccess file like so:
php_value magic_quotes_gpc on
php_value magic_quotes_runtime on
in a domains htdocs folder.
I get an error with a script on a MySQL insert dealing with a ’ in the form input.
Cannot solve it with (add)stripslashes…
I know I have done this before but I am having vapor lock and have a deadline.
Any help out there, pointers to samples online, etc?