NETTUTS: How to Build a Login System for a Simple Website
  • Video is free for view
View_video

In today's video tutorial, we'll be building a login system with PHP and MYSQL. Many, many features will be covered; including MySqli, Prepared Statements, jQuery, Classes, Sessions, Cookies, etc. I bit off more than I could chew for today's screencast. So, I'll be creating a Part 2 in the next couple of weeks in order to improve our system even further.

Created by Jeffrey Way.



 

Tags: Nettuts, jQuery, Cookies, Frameworks, MySQL, PHP, Databases, Javascript

Level: any Date: February 02, 2009 Votes: 1 User: Dmytro Shteflyuk  Comments:
 
 

1 Response(s) to this entry

Subscribe to comments with RSS.

 
 
billa  (2009-05-13)

This is wonderful tutorial. Thank you very much for that. I liked the JQuery part very much. Just wondering, if we can add some security check if user fails to authenticate in some tries, (Eg. we can show captcha if user enters wrong password/username 5 times)? That will be so wonderful.