Log in

View Full Version : PHP Login script using MySQL (phpMyAdmin)



andersmoen
12-27-2006, 04:09 PM
Hello.
I want to have a login page on my Web site, and I'm gonna make one using PHP and MySQL. I have a table called "registrerte" at phpMyAdmin. Now I want people to register (I got that script) and when they've made a user from that page, they can login using the things they wrote in the registerform. Hope someone can help me :)

Twey
12-27-2006, 11:26 PM
phpMyAdmin has nothing to do with it. Have a look at the script I wrote here (http://www.twey.co.uk/?q=loginscript).