Re: [PHP] setting up a "members Login" section on a webpage.

2002-01-29 Thread Viper
There are many Auth packages already writen. If you need a sample peice of code E-mail me I use a small script that I wrote that does MySQL and Oracle, system level auth if this will help you out I will E-mail you the scrip and schema let me know. -=>Adam<=- Quoting Matthew Darcy <[EMAIL PROT

Re: [PHP] setting up a "members Login" section on a webpage.

2002-01-29 Thread Richard Baskett
gt; > Date: Wed, 30 Jan 2002 01:27:42 - > To: "PHP developers" <[EMAIL PROTECTED]> > Subject: [PHP] setting up a "members Login" section on a webpage. > > Hi, > > I am looking at getting users to input their details to be stored in mysql, > I w

[PHP] setting up a "members Login" section on a webpage.

2002-01-29 Thread Matthew Darcy
Hi, I am looking at getting users to input their details to be stored in mysql, I would then like them to have to login to get access to certain functions when they come back. Does anyone have a good idea on how to do this, is the best / only way to do this sessions ? This must be quite secure