[PHP] Approaches to Logging In

2003-08-29 Thread Seth Willits
I'm currently working on a portion of a website for my high school's band (though I'm now in college) and one of the sections contains contact information for all of the students which should only be accessible if you have are a member of band staff and have a password. In order to access

RE: [PHP] Approaches to Logging In

2003-08-29 Thread Chris W. Parker
Seth Willits mailto:[EMAIL PROTECTED] on Friday, August 29, 2003 3:24 PM said: Are sessions the way to go? Well you could use cookies also but those can be tampered with. Sessions aren't hard to work with really. All you need to do is start the session, write a variable to $_SESSION if

Re: [PHP] Approaches to Logging In

2003-08-29 Thread Chris Sherwood
- From: Seth Willits [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 29, 2003 3:24 PM Subject: [PHP] Approaches to Logging In I'm currently working on a portion of a website for my high school's band (though I'm now in college) and one of the sections contains contact information