Re: [PHP] Class Function Issue

2002-03-17 Thread heinisch
At 17.03.2002 10:49, you wrote: > > Thanks for the tip. I tried that... I passed $HTTP_SESSION_VARS as a > > parameter, and it didn't work. :/ > > > > I also built another function inside the class to set session variables: > > > > function SetSVAR($var,$value) { > > glob

Re: [PHP] Class Function Issue

2002-03-17 Thread Jason Bell
oops... meant to send this to the list - Original Message - From: "Jason Bell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 17, 2002 10:27 AM Subject: Re: [PHP] Class Function Issue > Thanks for the tip. I tried that... I passed $HTTP_SESS

Re: [PHP] Class Function Issue

2002-03-17 Thread heinisch
At 16.03.2002 22:24, you wrote: > >Hi! I'm building a class, and am trying to include an authorization >function the code works when used outside of the class, but when I put >it inside the class, for some reason my session variables won't get >set. Am I attempting the impossible, or am

[PHP] Class Function Issue

2002-03-16 Thread Jason Bell
Hi! I'm building a class, and am trying to include an authorization function the code works when used outside of the class, but when I put it inside the class, for some reason my session variables won't get set. Am I attempting the impossible, or am I missing something that I need to make