This package can be used to authenticate users with records stored in a MySQL database.
It takes the user name and password of an authenticating user against user records in a MySQL database.
The class can setup session variables and update the last login date if the user was authenticated successfully.
|
|
| Name: |
Login and DB classes quick start |
| Base name: |
database_quickstart |
| Description: |
Authenticate users with records in MySQL database |
| Version: |
0.01 |
| PHP version: |
4.0 |
| License: |
Free for non-commercial use |
| All time users: |
1480 users |
| All time rank: |
2329 |
| Week users: |
1 user |
| Week rank: |
2150  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
agentLogin.class.php |
Class |
Login Class , all login functionality is in it , |
config.php |
Conf. |
DB config File |
dbConnection.php |
Aux. |
database connection |
defaultFunx.php |
Aux. |
select , insert , delete , update , functions Templates |
EasyFunctions.php |
Aux. |
GetScriptName, GetFileName, RedirectTo, GetServerName, GetHostName, GetCurrenURL,GetIP etc etc etc |
login.php |
Aux. |
Login form |
LoginCheck.php |
Aux. |
little login check after form post |
LoginProcess.php |
Example |
LoginProcess (varification from DB) |
logout.php |
Aux. |
Simple logout (Session Destroy) |
PreSqlFunctions.php |
Aux. |
Some other usefull functions (GetDuration,ValidEmail, createRandomPassword, GetUSStatesArray etc etc ) |
ReadMe.txt |
Doc. |
Read It , MUST , very must :) |
SqlFunctions.php |
Aux. |
functions that execute different Database queries |