Registration Tuturial

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
brmcdani
Forum Newbie
Posts: 17
Joined: Wed Sep 02, 2009 8:21 pm

Registration Tuturial

Post by brmcdani »

I am currenty trying to write a PHP script that will allow my web sites user to register and login. I am using windows and I cannot find a tutorial that is clear enough to teach me how to create one. Does anyone know of a really good tutorial link? Thanks!
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Registration Tuturial

Post by califdon »

brmcdani wrote:I am currenty trying to write a PHP script that will allow my web sites user to register and login. I am using windows and I cannot find a tutorial that is clear enough to teach me how to create one. Does anyone know of a really good tutorial link? Thanks!
:google:
Results 1 - 10 of about 3,930,000 for php login tutorial. (0.23 seconds)
If none of those are clear enough for you, I doubt that we can be of much help.
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Registration Tuturial

Post by Eric! »

That's funny.

I took a look at a few and the first one was pretty good...no sessions or email conformation, but the basics were there and easy to follow.
http://www.phpeasystep.com/workshopview.php?id=6
Post Reply