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.

Equipment Inventory System using PHP with Source Code

Submitted by winex01 on
This is an Equipment Inventory System project that was developed using PHP and MySQL Database. This system was developed for a specific organization to organized and track its equipment. The system has 2 modules which are the Admin and the Users. The Admin is in charge of populating the main list of the system and managing the equipment to easily track the items. Aside from that, the "request for

Laundry Shop Web Application using PHP with Source Code

Submitted by winex01 on
This is a PHP Mini-project called Laundry Shop Web App. This application manages the laundry shop's transactions with their customer. It stores the list of laundry types that the shop's accepting along with its price per kilogram. Then, the application user or the shop's staff will encode also the details of the laundry with the owner's name, laundry's weight, and priority number. Upon saving the

Class and Exam Timetabling System in PHP with Source Code

Submitted by Cherylda Jarde… on
This is a Class and Exam Timetabling System Project that was developed using PHP. This system managing the school classes and exam schedules. The project was developed specifically for CHMSC (Carlos Hilado Memorial State Colled) School. The system has 2 modules which are the Admin Side and Department Side. The Admin side is in charge of maintaining the important list such as the courses, teachers

Online Class and Exam Scheduling System in PHP with Source Code

Submitted by emoblazz on
This system is intended to create and easily manage the class and examination schedule of an institution using PHP and Mysqli. Easily tracking of conflicts on the teacher, students, and room schedule will be detected by the system to avoid redundancy and inconsistency. This will greatly ease the person-in-charge responsibilities in doing schedules at the start of the semester and examination. This

Simple CRUD using PHP and FPDF with Source Code

Submitted by erwin.acedillo on
Hi! I have here a Simple CRUD project that was developed using PHP. This project is a simple user registration using the CRUD Operations (Create, Read, Update, and Delete). This project also used FPDF Library for Printing View and Downloadable PDF File feature. My main purpose in sharing this program is to help new programmers or those students or individuals that would like to learn how to create

How to Create Login and Logout Page with Session and Cookies in PHP

Submitted by nurhodelta_17 on
In my previous tutorial, I've shown you How to Set up Cookie. This tutorial will give you an idea of how to use the stored cookie to login and I've added a "logout" function that destroys both session and cookie. Creating our Database First, we're going to create a database that contains our data. Open phpMyAdmin. Click databases, create a database and name it as "cookie". After creating a