Home     PHP / Javascript / Ajax
PHP Joe2Torials Admin Section Script

PHP Script Codes > user-authentication

Joe2Torials Admin Section Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 1767

PHP Script Codes > Joe2Torials Admin Section
This script will allow you to have an admin section on your site which uses cookies to remember users when they return to your site.

It uses MySQL to create a username and password which is encrypted and then sent into the database. When a user logs in it checks the inputted data against the username and password inside the database. There is the ability to remember a user which uses cookies, information sent to the cookies are encrypted. This script uses 'safeAddSlashes' to help prevent SQL injection.