> -----Original Message----- > From: Anton Piatek [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 10:57 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] PHP not accepting variables > > > Hi, > I just installed php on apache 1.3 under SUSE 8.1 (all > the SUSE rpms) and it doesnt seem to like passing variables > in the http request...
You don't say what version of php you are using, so take a look at see that register_globals is on. Or change how you access the variables to the new way , of $_GET['Open'] instead. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php