register_globals error in php
- by user145862
I was stuck up with the error
directive 'register_globals' is no longer available in PHP in unknown on line 0
when tried to check the php version using "php -v" after enabling register_globals in php.ini file. I am not getting any php version info by doing so. Instead it throws the above mentioned error.After turning off this option, php info…