RE: [PHP] Newbie - Session Help

2002-02-13 Thread Rick Emery
show us the code you've tried so far. -Original Message- From: Richard O'Flaherty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 9:18 AM To: [EMAIL PROTECTED] Subject: [PHP] Newbie - Session Help I have a log-in form on my site that registers a session for th

[PHP] Newbie - Session Help

2002-02-13 Thread Richard O'Flaherty
I have a log-in form on my site that registers a session for the username and password entered, on my other pages i want it to include a file on the page if the session contains a value, but if its not then i want it to include a different file. All my attempts at this have failed, can anyone tell