Basic Database Application

This application shows the basic framework for creating an information system that allows you to add view, edit and delete records to from a database. The diagram below outlined the way the pages interconnect with each other and the database. The php code for each of the pages is below the system map. Use the two links below to navigate through the application.

Return to 702 Home Page

View Records
Enter Records
Code for application
insert.php
updateform.php
update.php
delete.php
display.php