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
> 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
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 PROTECTED]]
> Sent: Thursday, May 30, 2
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
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
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 the variables are
being set and all looks good there, however upon successful "login" I
wish to redirect to content.p
6 matches
Mail list logo