PHP

Online Ordering System Using PHP and MySQL Database with Source Code

Submitted by janobe on
If you are looking for a system that has a smooth process of ordering online, I recommend this one for you. This online ordering system can track orders of customers and it has a Wish List wherein a customer can save his desired items to their user account. An internet connection is needed in order for order to take effect and the customer needed to register and uphold an account to make frequent

Online Voting System using PHP with Source Code

Submitted by Kapiya on
This is a complete Online Voting System I created for my final year project for the University of Lusaka in Zambia. This system is a PHP Project that provides an online platform to vote. The system was developed for a specific school. This project stores the candidate details, voters details, and etc. The voters in this project are the student of the school and in order for them to vote, they must

Portfolio Website Creator using PHP with Source Code

Submitted by oretnom23 on
This is a simple PHP/MySQLi Project called Portfolio Website Creator. This simple project may help you to market your company or yourself as a Freelancer to clients. This project has an Admin Panel to modify the contents easily. The website has dynamic content for the company/person's information, educational attainment, work experience, and projects. All of the contents and information that can

Online Job Search System Using PHP/MySQLi with Source Code

Submitted by janobe on
This online job search system aims to help job seekers what jobs are available to apply for. This system allows candidates to complete online job applications and upload their updated resume . In this way, it will be easier for employers to manage job applications, most especially when there are many job candidates. Then, the employer/ admin will notify the candidate if he/she is qualified for the job.

Creating a CodeIgniter Signup From with Email Verification

Submitted by nurhodelta_17 on
This tutorial tackles how to create a simple signup form with validation and email verification in CodeIgniter. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller) architecture. Sending email verification is a way to check whether the users' inputted email is valid or not.

Document Management System using PHP with Source Code

Submitted by Alphonce on
This is a simple project called Document Management System. This web application is developed using PHP/MySQLi. The main purpose of this project is to store and manage the file documents of a certain company or organization. The system store the documents in the database as BLOB type. Talking about storing the documents in the database, the system also stores other file information such as the

Library Management System Using PHP and MySQL with Source Code

Submitted by breakthrough2 on
This is a Simple Library Management System project that was developed using PHP. The system has 2 types of system users which are the Administrator and the students. The administrator is in charge to manage system data such as the books. The student users can read the announcements and borrow books. The system also computes the overdue fines of the students for their borrowed books. This is a

Phone Shop Sales Managements System using PHP with Source Code

Submitted by Roo on
This is a PHP Project entitled Phone Shop Sales Management System. This project manages the phone store's sales transactions. This web application stores the phone shop's stocks and records the available stocks. This also generates a printable invoice. The project has 3 types of users which are the Administrator, Manager, and Seller. The source code is easy to understand which can help you learn

Creating a Simple Login Using MySQLi Prepared Statement and jQuery

Submitted by razormist on
In this tutorial, we will create a Simple Login Using MySQLi Prepared Statement / jQuery. Most of the websites nowadays are required to use MySQLi / PDO statements due to the depreciation of MySQL. This time we will try to work out with MySQLi and Ajax call function to make our simple application more interactive. Let's start coding! Creating the Database First, we will create the database Open