A PHP Members Only panel
This is more an example on how to use PHP and sessions variables to validate and authenticate users in a webapplication using PHP and MySQL.
Validations are implemented in both sides of the application, in the frontend using JS and in the backend with PHP.
Run the startup.php file to setup the tables in the database, dbkey.php should the credentials to access the database.
In the Screenshots folder.
1- Validate all user input always, in the FrontEnd and in the BackEnd
2- Separate form process scripts from input pages
3- Redirect authentications/validations appropriately
4- Use a class object to group methods
Please feel free to play around with it.