Creating the Database Access Logic |
||||||||||
The database access layer performs error checking and handling. If an error occurs, the error message is stored as an array structure in the session state of the PHP application. The user interface (UI) functions remove the error information from the session after it displays the error information. Click hr_db.inc to view the complete PHP file.
|