PHP

PHP Source Code

Free PHP Source Code. Download from a vast collections of free PHP source code below. You can modify and integrate it in your own personal use. Just give a little credit to the original author whenever you use it on your system's project.

Online Bike Rental System in PHP/PDO with Source Code

Submitted by Warren Daloyan on
Simple Online Bike Rental System Develop in PHP MySQL, in this simple project the main purpose is to make a faster and reliable web application. The user needs to register before login through the site for booking, the searching can be easy to ensure what you need to rent, the information is provided of each and every bike for your user booking, the admin can add, update, and delete changes

Printable Staff ID Card Creator System using PHP/MySQLi with Source Code

Submitted by Patrick Mvuma on
Greetings from Malawi the warm heart of Africa. Here is a mini-project where an administrator of a company or organization can use to register new staff and create their id card and print the ID card. The information of the ID card can be modified using the system front-end and some would require to be managed programmatically. This system was developed using PHP/MySQLi (OOP), HTML, MySQL Database

Student Timetable Management System using PHP (AppGini) with Source Code

Submitted by Ronald Ngoda on
The JISORT Web Application is a student timetable management system. It enables students to see all their class and exam timetables in one place. The exam and class timetables are updated by class representatives. Class representatives are given special permissions to update and insert the class and exam timetables for different schools, departments, and years of study. Students get to create

Online Reviewer System Using PHP/PDO with Source Code

Submitted by janobe on
This online reviewer system is the best for knowledge evaluation and it’s suitable for colleges and universities. This system provides a comprehensive list of all of the reviews that were written by the teacher or admin. It is composed of level questions (easy, moderate, and difficult) and the students have to answer the examination with a time limit. Then, the students can view the result after taking the examination to find out if they have passed it or failed.

Online Institute Management System with Secure Login Algorithm using PHP/MySQLi with Source Code

Submitted by Nikhil_B on
The Institute Office Management System is a web-based application for institutions to maintain their complete activities related to the institute. This software is very easy to operate and light on system tool to maintain information about Institute, Students, Teachers, Courses, etc. This system has 2 types of users, 1 is the administrator and the other 1 is the users. The admin can manage all

Online Voting System in PHP/MySQLi with Full Source Code

Submitted by janobe on
Online Voting System in PHP/MySQLi with Full Source Code The Online Voting System is a web based system that is developed using PHP, JavaScript, BootStrap, CSS and MySQLi database. The main purpose of this Online Voting System in PHP is to manage well the casting and counting votes with ease and accuracy. This Online Voting System in PHP will also help the voting process run smoothly. About the

Online Grading System Using PHP/MySQLi with Source Code

Submitted by janobe on
This Grading System is a web-based system that it’s main goal is to allow Professors/Teachers to manage class grades and access the list of students in a school. The student can easily view their grades online through their ID number. With this, they will be able to identify what subjects they excelled in or failed. Students will no longer visit the registrar’s office to submit and request grades

Sales and Inventory Management System using CodeIgniter (PHP Framework) with Source Code

Submitted by oretnom23 on
This is a Sales and Inventory Management System project that was developed using CodeIgniter PHP Framework and MDB Bootstrap Template. The purpose of this project is to help a certain company to manage its sales transactions and stock monitoring. The system stores the company's product data and also relevant information to manage the stocks and sales transaction such as the supplier list, customer

Simple Public Chat Room Using PHP/MySQLi with Source Code

Submitted by pijey on
This is a Simple Chat System wherein you can send messages to the public. This simple system requires users to register and login in order to join the public chat. The system is programmed using PHP, MySQL Database, HTML, CSS, JavaScript (jQuery), and MySQLi procedural method. The user can also update his/her account details. Features: Login Registration Send Message to Public Update Account

How to Select Data Between Two Dates in PHP/MySQL

Submitted by nurhodelta_17 on
This tutorial will show you how to select MySQL rows between two inputted dates. This tutorial does not include a good design but will give you knowledge on the said topic. I've also included 2 MySQLi methods which are Object-oriented and Procedural in the comments. So, feel free to switch between them. Creating our Database First, we're going to create a database that contains our data. Open