PHP Project On Automobile Manufacturing Process
Real project which simulates the process of manufacturing automobiles in industries. When any automobile vehicle is manufactured, it has initially a base body with VIN number on it. Vehicles is moved from one gate to another gate so that different parts can be added. Insepctor at each gate is responsible the quality of vehicle and that is why the Inspector performs few checks and pass the vehicle to next gate. This project simulates the process of different quality checkes using a web based appication.
Oprations performed by this project
- Create a VIN number
- Read different check points of any VIN number
- Open any VIN record to edit check points
- Get report of any VIN
Note: The same sheet can be open multiple times & edited by Inspector on different quality check gates. It is possible becuase final quality check Inspector my find some issue.
List of files used in this Automobile project
This project has 15 files (.php, .html, .sql, .png, .css)

How to run this project?
1. Install WAMP locally on computer
2. After installing WAMP, create a folder 'AutomobileProject' inside C:\wamp64\www directory.
3. 'AutomobileProject' should have all of the files. After this, you can check the project on 'locahost' page: (open browser & enter localhost)
4. Now open PHPMyAdmin page:
5. If you have not setup username/password for PHPMyAdmin page then enter 'root' as username and password field should be kept empty:
6. Create a new database 'wwl'
7. Its time to create tables in the database
You don't need to do this manually, copy all sql statements from SqlStructure.php and execute these on phpmyadmin:
8. demo & history tables are created and filled with some dummy data
9. Launching the project
Type 'localhost/AutomobileProject' in browser. Here is the view of project