php

Creating An Audit Trail/Logs in a Web App using PHP/OOP and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create an Audit Trail/Audit Log feature in a web application using PHP/OOP and jQuery Ajax. This feature is useful and a common feature for software or web applications. This is usually included in the project for an application that can be managed by multiple users. With this feature in your PHP Project, you can easily track or monitor the changes or actions made by the user.

Simple Online College Entrance Exam System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Simple Online College Entrance Exam System. This simple application uses an SQLite Database as the storage. This project can help a certain college or university to provide their enrollees an online platform to take their entrance exam and other required tests for the course they wanted to enroll. The project's functionalities are simple but useful and

Tic Tac Toe Game Using PHP Free Source Code

Submitted by Joe_the_kinley on
This is a Tic Tac Toe Game that I developed using PHP Language. The game project can be played by 2 players. The source code will help you to learn and understand how to create a simple game like this using the PHP Language. It has a simple user interface and is user-friendly. About the Tic Tac Toe Game in PHP The project source code uses the PHP $_SESSION to store the game data temporarily

Simple Payroll System with Dynamic Tax Bracket in PHP using SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Simple Payroll System with Dynamic Tax Bracket. This simple application manages the company's employees' payroll. The system has a dynamic withholding tax bracket that can be managed by the admin user and this data are being fetched when calculating the employee's payslip/paycheck. The source code can help new programmers to understand how to develop a

Local Offices Contact Directory Site using PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Local Offices Contact Directories Site. This is a simple PHP and SQLite mini-project that serves as an online contact directory of offices for a state or city. The main goal of this web application is to provide information to the public about the local offices including their contact details. The application has only a minimum scope but enough to learn

Vehicle Service Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Vehicle Service Management System. This project is a simple web application for a vehicle repair/service shop or business. This application provides an online platform for the said shop's clients or possible clients to submit their service requests. This project can help to lessen the time consumed by both ends (Management and Clients) in terms of

Electric Billing Management System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Electric Billing Management System. This project is a simple web application that manages the electric provider company's client's bills. This application help to ease to record, manage, and retrieve the said industry's clients' billing data. This also provides their clients an online platform where they can track their billing history. It has a simple

Try My Recipe (Recipe Sharing Website - CMS) in PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Try My Recipe. It is a Recipe Sharing Website that is a kind of simple CMS or Content Management System. This project is a web-based application that provides an online platform where any users who like to cook can explore others' recipes and post/share their own recipes. The project has simple features and functionalities which allow the users to use

Pet Shop Management System Using PHP/PDO OOP Full Source code

Submitted by nelzkie15 on
Pet Shop Management System The capstone project entitled “Pet Shop Management System” is a system that allows pet shops to electronically manage their daily transactions. The system will automate the keeping of pet records, inventory, billing, services and products, and other transactions of the shop. This article will provide you with an idea on what are the forms to be included in a Pet Shop

Creating an Image Slideshow Using PHP and Simple jQuery Tutorial

Submitted by argie on

Hi everyone! This tutorial is about on how to create an images slideshow using PHP and Simple jQuery. This program requires only a few lines of code. The source code file contains only a simple CSS, Images Container/HTML, jQuery Scripts, and PHP script for listing all the images from a directory. The script is easy to understand.

Now, we will be creating a simple web application and our main goal is to display the slideshow in an HTML container and each slide will be shown at every specific time using the fade-in animation. To this, follow the steps below.