Hey all,
I've got a problem. I have register_globals set to off in php.ini, and I want to keep it that way, but now some of my code doesn't work.
If I send a variable through a URL like, index.php?user=$userName, it no longer graps the $userName variable. Is there a special way to access these variables now that I have register_globals off, or do I have to send a variable another way?
Thanks in advance for your help!
insectis