Re: [PHP-DB] Register Globals = OFF not passing variable

2004-09-24 Thread Craig Hoffman
f it doesn't I suspect that some reading on superglobals will resolve your dilemma... http://www.php.net/manual/en/language.variables.predefined.php Daniel Watrous - Original Message ----- From: "Craig Hoffman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 7:12 PM

Re: [PHP-DB] Register Globals = OFF not passing variable

2004-09-24 Thread Daniel Watrous
ned.php Daniel Watrous - Original Message - From: "Craig Hoffman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 7:12 PM Subject: [PHP-DB] Register Globals = OFF not passing variable > Hey Folks, > I can use some help here. I

Re: [PHP-DB] Register Globals = OFF not passing variable

2004-09-24 Thread Craig Hoffman
My apologies for not being clear. ;) I am not getting an error message. The script works just fine when Register Globals are turned on in the php.ini file. I am simply trying to understand what I need to change in order to have RG off and still have my code to work. See the area of the code w

[PHP-DB] Register Globals = OFF not passing variable

2004-09-24 Thread Craig Hoffman
Hey Folks, I can use some help here. I am changing some scripts around so they work with (register) globals off. I am trying to pass variables in a function and it does not seem to be passing. The script work fine with globals turned on. I would really like to have them work with RG turned