Categories

Updated: 02/28/2005

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.
©2003-2019 jCay.com