I just put up php.ini-recommended as php.ini in the server-side working directory where my php
scripts are located. The file has "magic_quotes_g pc" set to "Off", but when I test it within my php
script using "get_magic_quot es_gpc()" I find it is set to "On". I thought all I had to do was setup
php.ini the way I wanted it and locate it in the working directory. As it turned out, I didn't have
to make any changes to php.ini, just renamed it from php.ini-recommended.
Any help would be apprecited.
Thanks,
Don
scripts are located. The file has "magic_quotes_g pc" set to "Off", but when I test it within my php
script using "get_magic_quot es_gpc()" I find it is set to "On". I thought all I had to do was setup
php.ini the way I wanted it and locate it in the working directory. As it turned out, I didn't have
to make any changes to php.ini, just renamed it from php.ini-recommended.
Any help would be apprecited.
Thanks,
Don
Comment