Add, Edit and Delete record using PHP/MySQL with PDO Query

Submitted by RobertSoriano on
This project will teach you on how to make a CRUD (Create Record Update Delete) using PHP/MySQL and PDO Query. Why PDO? Because mysql functions are getting deprecated. PDO is safe from sql injections and it will make you far more productive. Just download the file, put it to your www folder(wamp) or htdocs(xampp) and upload the database in phpmyadmin. Enjoy and happy coding! :) If you need more

Student Information with Login System in Java

Submitted by Bhaumik Mistry on
This is a simple project using Java. It uses netbeans and ms access 2007 as database. The following is the steps to connect on database. 1) Open Start menu > Settings. 2) Open Control Panel > Administrative Tools. 3) Double click on Data Source(ODBC). 4) Choose System DSN on tab control. 5) Add the database. Database name is STD_INF. 6) Press Ok to finish the database connection. Hope you learn

Production Planning Database System

Submitted by Reynaldo Corvera on
Production Planning Database System, used for keeping Production Order records. Item data, orders data, production output data. You can also process material requirement plans that track the total requirements for all active orders and you can credit for those items already printed by using process inventory. And after printing you can also move items to archive as your reference for future orders

Gym Management System

Submitted by Mantini on
This is my Gym Management System project. Although new in programming i tried to do all the basics to make the project fully functional. Basic system rules; 1. A person can only register as a user if he/she exists in the Staff table. 2. Salaries can only be calculated for existing employees. 3. Equipment can only be added if supplied by an existing supplier (Add supplier before adding Gym

Navigation In Vb.net

Submitted by kr kumawat on
This project is a basic navigational form with database connection. In this system, we can learn how to create a navigation button using VB.net. Try it yourself. It is simple and easy project. I used oledb data object, oledeconnection, oledecommand, oledbdatareader in this program. Hope you learn from this.