A Simple QR Code generator project using PHP & MySQL
The abstract of the project is to generate a QR Code image from records of Driver, Vehicle, and purpose of his/her visit. Suppose we are running a farm where you have hundreds of vehicles and drivers assigned to each of them, and we want some sort of verification of them. Now it's a very tedious job to manage this on a daily basis. By generating a QR Code image and sending it to the drivers via WhatsApp or any other medium. They will show the received QR Code image to the administrator which is to be scanned and get verified by the authority. Initially, the project displays information of vehicle, driver, and purpose of visit along with the date, from where one can select his/her choice to generate the QR code image for any particular record. The project consists of modules such as adding a new record, Deleting any existing record, Updating an existing record, View the History of records previously stored, and able to generate QR Code image from them as well.
NB: The project can be used directly or by little modifications for individuals' needs or one can submit the project as his/her In-House Project/Minor Project or can be Major Project with modifications.
Visit the YouTube Link for detailed demonstration and the Source Code Link for the implementations.
The Technologies used - PHP, MySQL, HTML, CSS