[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

[PHP] Re: Login system

2001-07-12 Thread Inércia Sensorial
I have used this one with success, mysql and multi-level authorization support: http://www.phpsecurepages.f2s.com/ Can lock individual pages or parts of it with a little modification or well placed include();s. Also, about forms and session IDs, simple solutions would be pass the SID on

[PHP] Re: Login system

2001-07-12 Thread elias
I can suggest Session Variables instead of cookies, Try http://www.zend.com / Tutorial Section there, about Authorization and Session Variables, Kristjan Kanarik [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Dear list, I'm sorry to bother (or sorry for being