Record Management System Using PHP/MySQL with PDO Query PHP Script
Record Management System Using PHP/MySQL with PDO Query PHP Script
This system will allow you to record the transaction that comes in and out of the Record Office.
I developed this using PHP/MySQL with PDO support.
The features of this system are login form, transaction form. It has the basic features of a database system like add, edit, update, and delete.
It also has a masterfile for document type and offices. The masterfile is then used in the transaction form as a dropdown list.
Download and run this system to understand more what i am saying above.
Database name: record
Import the file called "record.sql" using phpMyAdmin or command line. To know more on how to import the file please visit Import/Export MySQL Database Using Command Line.
Login Username: admin
Login Password: admin
This system will allow you to record the transaction that comes in and out of the Record Office.
I developed this using PHP/MySQL with PDO support.
The features of this system are login form, transaction form. It has the basic features of a database system like add, edit, update, and delete.
It also has a masterfile for document type and offices. The masterfile is then used in the transaction form as a dropdown list.
Download and run this system to understand more what i am saying above.
Database name: record
Import the file called "record.sql" using phpMyAdmin or command line. To know more on how to import the file please visit Import/Export MySQL Database Using Command Line.
Login Username: admin
Login Password: admin
Comments
Post a Comment