We just set up PHP on a new server and have been getting the following error on many pages:
Notice: Undefined variable
This led me to believe this was a register_globals issue. I created an .htaccess file and flagged register_globals to be true. I can confirm the local value for register_globals is set to "on" now with phpinfo(). However, the problem still remains.
Are there any other settings I'm missing here? This script worked fine on our old host...
Notice: Undefined variable
This led me to believe this was a register_globals issue. I created an .htaccess file and flagged register_globals to be true. I can confirm the local value for register_globals is set to "on" now with phpinfo(). However, the problem still remains.
Are there any other settings I'm missing here? This script worked fine on our old host...