php

Inline Table Row Insert, Update, and Delete using PHP and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, you wil learn how to create an Inline Table Row Insert, Update, and Delete using PHP/OOP, MySQL Database,and JavaScript (jQuery adn Ajax). Our main goal for this tutorial is to display data from database to HTML table that can add, editm remove table row dynamically. The table cells in the table will be editable if the user add or edit a row. The source code must have a field validator for required fields and field text types.

Online Leave Management System in PHP Free Source Code

Submitted by oretnom23 on
I have created a PHP Project entitled Online Employee Leave Management System. This PHP Project provides the company's management and employees an online platform to manage the leave applications. The application is mobile-responsive which is helpful nowadays because most of the employees owning a personal mobile smartphone. Using this system, the employees can easily apply for leave even they are

Online Enrollment Management System in PHP and PayPal Free Source Code

Submitted by janobe on
With so many steps in the enrollment process this Online Enrollment management system is simply the best to minimize the stressful time for everyone involved. With this automated system, the school staff members can save significant amounts of time and money. This contains two sides which are the Public side and the Admin Side. This is so very easy to use that students or parents can easily and quickly complete the forms provided even on their mobile phones. There’s no need for them to go to the school to enroll now, it’s very convenient for the parents or students to enroll online. In here, A PayPal is used as a mode of payment so the students can pay the fees in seconds.

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

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

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.