Re: [PHP] Using a mysql data base and cookie to log a person in

2002-02-20 Thread Steve Edberg
Have you considered PHPLIB? http://phplib.sourceforge.net/ http://sourceforge.net/projects/phplib http://www.sanisoft.com/phplib/manual/ The docs'll give you an idea of how they did it. The code is pretty complex, though, but it does a lot. I'd suggest using this as a

[PHP] Using a mysql data base and cookie to log a person in

2002-02-20 Thread Brandon Orther
Hello, I loosely understand how I can have a person login to a system by giving them a cookie with a certain amount of time with a encrypted code. And save that same encrypted code in the database for a certain amount of time. I am looking for a tutorial on how to do this so I can wrap my mind