I disabled magic_quotes_gpc in my php.ini file and tested it with the code described at
http://www.php.net/manual/en/function.get-magic-quotes-gpc.phpand tested the status using
echo get_magic_quotes_gpc();
and it returned 0 means that i have successfully disabled magic_quotes_gpc.
Also i checked
echo get_magic_quotes_runtime();
and it printed 0.However, still i get that warning about magic_qoutes_gpc when i try to install zenphoto again. Can anyone help me to solve this problem?
Thanks!!!
Comments
Thanks a lot.