On 4/30/06, Schalk <schalk@xxxxxxxxxxx> wrote:
Greetings All, Where can I find a good tutorial on creating a login protected area using php? I did a Google search and found a couple but, I would like to get suggestions from the list. Thanks!
Just found a good one.. it's a little more complicated than most because it has the userlevel stuff included.. but gives you some ideas. http://www.evolt.org/article/PHP_Login_System_with_Admin_Features/17/60384/index.html (Found a couple of bugs in it, but you get that).. Basically you keep usernames/passwords in a database table, after checking the details, store the login in the session and voila! done! -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php