Click to See Complete Forum and Search --> : newbee question......php login's


irishgirl
01-12-2004, 08:01 AM
hi,
I am creating a site, that i will require users to log in to the site. I have a mysql database, and i would prefer to store my user details in this. Does anybody have an advice/ links / examples for doing this? Also, and general advice regarding when a user is logged in i.e. remembering their user name , and permissions etc......

many thanks in advance.....

pyro
01-12-2004, 11:11 AM
I wrote up a very basic MySQL login routine and it can be found here: http://forums.webdeveloper.com/showthread.php?s=&threadid=24192#post125897

It should at least provide a starting point for you. :)