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

2002-05-30 Thread John Holmes
ist' > Cc: '1LT John W. Holmes' > Subject: RE: [PHP] Help with example session class (second request) > > Thank you john for the prompt reply, however I must be completely > retarded. I do this: > >session_start(); > > if( $login->ge

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

2002-05-30 Thread Michael Davey
> include("../globalassets/include/header.phtml"); > ?> > > And I get this error: > > Fatal error: Call to a member function on a non-object in content.phtml > on line 4 > > > -----Original Message- > > From: 1LT John W. Holmes [mailto:[EMAIL PROTEC

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

2002-05-30 Thread Daevid Vincent
002 12:19 PM > To: Daevid Vincent; PHP general mailing list > Subject: Re: [PHP] Help with example session class (second request) > > > Call session_start() on your second page... > > ---John Holmes... > > - Original Message - > From: "Daevid Vincent&q

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

2002-05-30 Thread 1LT John W. Holmes
Call session_start() on your second page... ---John Holmes... - Original Message - From: "Daevid Vincent" <[EMAIL PROTECTED]> To: "PHP general mailing list" <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 3:10 PM Subject: [PHP] Help with examp

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

2002-05-30 Thread Daevid Vincent
Sorry for posting this again so soon, but until I get sessions working, I'm blocked on this project. D. --- I'm just learning sessions, and thought the class looked interesting on this page: http://www.php.net/manual/en/ref.session.php So I have this on an index.phtml page and I can see