5
Quote:
msdana wrote:
Some hosts will not turn register_globals on. If that is the case, you will need to create an .htaccess file and add this:
Quote:php_flag register_globals on
Upload the file to your root directory.
Some times this wont work if a php.ini file is used by the host to turn off register globals as it may end up giving you "500 internal error" screens.
Instead you would need to get into the php.ini file and change it. check your hosts support pages and if it doesnt say how to do this then you will probably have to contact your host and ask them about it.
But I would say it needs to be kept off.