[PHP] Re: Login system using PHP/MySql

2003-02-14 Thread David Eisenhart
you could try the phplib libraries (which as well as authentication implement other things such as database abstraction and templates) There is some overhead involved in getting up to speed with phplib but there is a lot of help out there (in the form of articles, email list etc..) I found phplib

[PHP] RE: Login system using PHP/MySql

2003-02-13 Thread YC Nyon
Hi, I have looked at many examples session-based of login/password system to protect webpages but can't get it to work. Seems simple but... I have php and mysql installed in my windows server. If any kind soul can point me to a working (easy) setup of this task, i would be most grateful. Nyon

Re: [PHP] RE: Login system using PHP/MySql

2003-02-13 Thread olinux
What is your question? What errors are you getting? Here's a couple articles that you should read. Both include code that accomplishes what you are after. A Complete, Secure User Login System http://phpbuilder.com/columns/tim2505.php3 Building a Members Area with PHP: Part 1/6