PHP Classes / UserAction

Authenticate users with MySQL database records

UserAction PHP Class

This class can be used to authenticate users with records stored in a MySQL database. It takes an user name and password and executes a MySQL database query to verify whether the specified password matches the user password. The password is encoded with MD5 for comparison with the stored password.

Similar PHP Classes

Search in PHP Classes

Filter by tags