[PHP-DB] variables gone?

2002-05-29 Thread Rob Fraser
Dear All, I am probably doing something silly but I don't know what (story of my life). I have just upgraded to 4.2.1 and now all the variables I post in forms or in query strings are now coming up undefined errors and are in absent. I'm running PHP under IIS 4. What am I doing wrong? -- PHP

Re: [PHP-DB] variables gone?

2002-05-29 Thread Ed Gorski
In php.ini you need to turn register_globals on..you also might want to start using the $_GET, $_POST, $_SESSION global arrays ed At 02:49 PM 5/29/2002 +0100, Rob Fraser wrote: Dear All, I am probably doing something silly but I don't know what (story of my life). I have just upgraded to

RE: [PHP-DB] variables gone?

2002-05-29 Thread Mark Roedel
PROTECTED]] Sent: Wednesday, May 29, 2002 8:49 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] variables gone? I am probably doing something silly but I don't know what (story of my life). I have just upgraded to 4.2.1 and now all the variables I post in forms or in query strings are now coming up