PHP Mini Project source code

Simple Bar and QR (Quick Response) Code Generator Web App in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple Mini-PHP Project that I called Simple Bar and QR (Quick Response) Code Generator Web App. It is a web-based application that allows users to generate a printable tag that has a QR and Bar Code in it. I developed this application to help IT/CS students or self-learners to have an idea of how to generate QR and Bar Code in a PHP Project. The application uses some

Auto Creation of Database Tables and Insertion of Values in PHP Free Source Code

Submitted by Patrick Mvuma on
Hello! Greetings from Malawi the Warm Heart Of Africa. This is a simple demo project I just want to share with you so that you can learn how you create databases and tables automatically when the index.php or home.php is initiated. In this web application, the database data/tables will be automatically created when the application has been initiated or browse for the first time. In that case, you

Expense Tracker Web App Free Source Code

Submitted by kingwash on
This is an Expense Tracker Web App that tracks the way you spend your income. It's simple and easy to use. The application contains the CRUD Operations or (Create, Read, Update, and Delete). The system stores the categories of expenses along with the amount to spend. Every time you create or add a new expense record, the balance will automatically calculate to show you your balance for each

Task Management System using PHP/MySQLi with Source Code

Submitted by oretnom23 on
Project: Task Management System using PHP/MySQLi About The Project The Task Management System is a simple project that can help a certain company manage its project task progress. The system has 3 types of system users which are the Admin, Project Manager, and the Regular Employee. The Admin user is those users that has an access to all of the data stored in the database of the system especially

Theme Park Ticketing System using PHP/MySQLi with Source Code

Submitted by oretnom23 on
Project: Theme Park Ticketing System using PHP/MySQLi About The Theme Park Ticketing System is a simple PHP/MySQLi project that helps manages and generates the visitors' tickets in a theme or amusement park. The system can generate a various ticket at once in different types and all of the tickets has a unique ticket number. The theme park management or administrator can set up different pricing

Simple Inventory System Using PHP/MySQLi with Source Code

Submitted by argie on
Project: Simple Inventory System Using PHP/MySQLi with Source Code About I developed this code for those beginner programmers who found difficulties in creating their inventory system using PHP/MySQLi. The has a secure login because I have used md5 encryption for login and registration. It also generates reports such as daily, weekly, monthly, and yearly. To try this system just download and run