PHP

eLearning System using PHP/MySQLi with Source Code

Submitted by oretnom23 on
This is a PHP Project entitled eLearning System. This project helps a certain school to provide an online platform for of learning system. This simple system organized the data of the school such as the list of classes, student subjects, faculty subject loads, and subject lessons. The system uses stores the exported slides image PPT (Presentation) slide of the lesson created by the faculty. By

Airline Ticket Reservation System using PHP with Source Code

Submitted by sanchitkmr on
This is an Airline Ticket Reservation System Project that was developed using PHP/MySQLi. This ticket reservation system of an airline company serves as the online platform for the Passengers/Customers for booking or reserve their tickets. With the help of this system, the passengers can reserve their flights easily and faster wherever they are. This will help also the Airlines Company to ease the

Aplaya Beach Resort Online Reservation System using PHP with Source Code

Submitted by janobe on
This is a PHP Project entitled Aplaya's Beach Resort Online Reservation System. The system helps the Resort Management to provide their Guests or possible guest an Online Platform where they can explore/book/reserve rooms. This will be helpful because even the Guest from afar who loved to visit Beach Resort they can book/arrange ahead of their schedule to ease the process upon their arrival to the

Electricks Online Shop System (eCommerce) using PHP with Source Code

Submitted by _billyblue on
This is a PHP project called Electricks Online Shop System. This system is a sort of eCommerce Website which is main purpose is to provide the Shops or Stores customers an online platform to browse/explore their products. Aside from browsing the shop's products, customers can also place their orders through the website. This system has 2 types of users which are the administrator and the Customers

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.