Editor: After writing countless PHP login scripts using various combinations of standard components tailored to the needs of the sites for which they were designed, I got wise and distilled the elements that I
used most frequently into a basic application that can be easily uploaded and deployed on any project I was working on. While there are no grand inventions happening here, Basic Login should do what you need it to do right out of the gate. Features, functions and components are as follows:
Accept Credit Cards Now. Fast, Easy, Cheap
* PHP to MySQL structure
* Password encryption
* Email forgotten password hint
* Email password change/ recreation
* New user account creation with error handling
* User permission level control
* User login routing by permission on login
* Central configuration file
* Administrative user management report
* First user gets admin permissions
* Conditional content according to permission levels