Tuesday, May 3, 2016

PHP MySQL authentication script

Here is a simple PHP/MySQL authentication script (class) that is secure and easy to use. The class features: Login form Password recovery with basic email injection protection Optional md5 password encryption MySQL logon table creation MySQL injection protection Page password protection.

Download PHP/MySQL authentication script