[PHP] Re: Help with example session class (second request)

2002-05-30 Thread Michael Davey
Oops - should have read down a lot further... "Michael Davey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Not quite sure where you got this $login class instance from, but it appears > to be from thin air. If you have a session class then you would need t

[PHP] Re: Help with example session class (second request)

2002-05-30 Thread Michael Davey
Not quite sure where you got this $login class instance from, but it appears to be from thin air. If you have a session class then you would need to instantiate it first with: $login = new XYZSessionClass(); // plus any constructor arguments However, I am a bit confused as you mention using PHP