PHP

Gym Management System Project in PHP Free Source Code

Submitted by mayuri_k on
Gym Management System is Project intended to assist the exercise center with monitoring the everyday exercises which happen in the gym. The primary motivation behind this venture is to computerize an exercise center or a wellness community and all records can be put in gym facility management software. It is an easy-to-understand application. It aides the Gym public to keep up with the track of

Online Traffic Offense Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction I have created a PHP Project entitled Online Traffic Offense Management System. The project is a web-based application that manages the driver's traffic violations or offenses records. The system can help the land transport management/department to have an online platform for managing the said record. This can help also for fast and easy retrieval of information and records of each

Creating a CRUD Operation using PHP/PDO and Ajax with Bootstrap/Modal Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles how to Ajax CRUD(create, read, update, delete) Operation using PDO with Bootstrap/Modal. We use ajax so that the page won't reload after the successful action and in this tutorial, I've performed ajax using jQuery to our PHP API that uses PDO as an extension.

Simple Phone book/directory Web App using PHP Free Source Code

Submitted by bakhtiar on
This is a PHP Mini-Project called Phone book/directory Web App. This is a simple web application for saving someone's contact number. This can be useful for a small company to serve as the employees/staffs contact directory or else. The main purpose of creating this app is to share this with you most especially for beginners and new to PHP language to have a simple PHP project to learn with. This

Simple Charity Website Management System (CMS) in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project that I created entitle Simple Charity Website Management System. This project is a sort of CMS (Content Management System) for a charity or foundation. The source code will help you understand how does a CMS website works and build using PHP Language. The source code itself is nice to start with for those who are planning to develop a website like this. It is

Laundry Booking Management System in PHP with Free Source Code

Submitted by Nikhil_B on
This is a PHP Project entitled Laundry Booking Management System. In this simple project, the main purpose of this project is to make a faster and reliable web application. At the initial stage of my study of PHP Programming Language. It is useful for Laundry Management systems. This project manages the day-to-day transaction of a laundry shop or business. The Laundry Booking Management System was

Creating a CRUD Web App using CodeIgniter, jQuery, and Ajax Tutorial

Submitted by nurhodelta_17 on
This is a simple Ajax CRUD Operation using CodeIgniter with the help of jQuery to handle our HTTP request. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller). One advantage of using Ajax is that you don't need to reload the page after a certain action.

Simple Water Refilling Station Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a simple PHP Project entitled Water Refilling Station Management System. This simple project is a web-based application that manages the day-to-day sales transaction of a small water refilling station business. The system is easy to use and has user-friendly functionalities. I created this simple project to help other programmers especially those new in PHP or those students

CRUD Operation using PHP and SQLite3 Database Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles how to CRUD(create, read, update and delete) which is also the same as shown, add, edit and delete on SQLite3 using PHP. SQLite as per site description is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.