facebook Google+ Twitter Linked In YouTube

PHP Login Session Example

Login Form





Update 7/6/2016


Started working on a login script Monday, completed working example this morning. Following the set up of the mysql db I worked with a couple of examples found on the web. Found some missing components and installed them. Everything is working now I just need to do some cleanup so that the form matches the site.
While thinking of where to point the login for my site I started thinking about where to point incorrect login attempts rather than the correct one. This led me to thinking about scripting a game where you have to use the username and password fields to correctly answer questions to unlock the next layer of the game.

Update

Completed some cleanup so that the form matches the site.

Nathan Berg