Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through registering a user to allow them to log in to your site.
Posts Tagged ‘Login’
PHP Tutorials: Register & Login: User registration (Part 2)
Friday, May 21st, 2010PHP Tutorial #4 – Login form (updated)
Friday, May 21st, 2010
This PHP tutorial elaborates on my second PHP tutorial which covers authentication. This PHP tutorial covers a more advanced PHP script which allow/denies users access to a specific website. Visit www.rascal999.co.uk for more info, tutorials and forum! Apologies for the belch half way through, I was unaware I uploaded that version of the tutorial
Please view the video response as it helps prevent possible SQL attack on your database(s)
PHP Tutorials: Register & Login: User login (Part 1)
Friday, May 21st, 2010
Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through how to process a username and password based login against details found in a database, set a session, and process a logout function.