Why php.ini not working and htaccess is working for php globals?
Hi,For the superglobals of php
"php.ini" file
line1: register_globals = On
The above php.ini doesn't work for php superglobals? Why? Instead the below is working
".htaccess" file
line1: php_value register_globals 1
Is this because of I am running php as an apache module?
Thanks,
Leo