hello,
we've recently upgraded our version of php (finally), but things are always a little goofy when you have a support team taking care of software and you just using it. our older build allowed us to recieve URL variables in the query string globally.
[ ie: ?user=name&pass=word ]
now the scripts do not seem to want to register these values without some kind of special treatment such as $REQUEST['user'] or $REQUEST['pass'].
Is there a setting in the php.ini file or elsewhere that I can change to allow these variables to be automatically passed to the script ?
I'm sure this is a simple and easy answer, but when it comes to configuration, i'm never too sure.
Thanks !
// michael