Log in

View Full Version : Simple Registration / Login



tomyknoker
06-07-2006, 11:40 PM
Hi all,

I am trying to learn PHP and MySQL, I want to create a simple registration form on my site and then have people log in... Does anyone knowof any tutorials for this?

Thanks,
Tom

djr33
06-08-2006, 12:05 AM
http://www.php-mysql-tutorial.com/
that'll get you started.

in theory, logins are easy. to make them secure and useful, it becomes more complex. that'll get you started, though.