php

Simple Attendance System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
This is a Simple Attendance System in PHP. This simple project is a web-based application that records the attendance of employees of a certain company. This mini-project has an Admin Panel where the system admin or staff can manage the relevant data in the system. I am sharing this source code to help other new programmers especially those students to have a project source code to start with to

South Gate Inn Online Reservation System in PHP Free Source Code

Submitted by janobe on
South Gate Inn Online Reservation System is built to bring ease and efficiency to both customers and hotel owners. It’s a huge advantage to have hotel reservation software because this can save tons of time, provide the best service for the customers and boost your competitive edge over other hotels with a reservation system. Having this system, customers can make a reservation in less than 2

Simple Membership System using PHP and AJAX Free Source Code

Submitted by razormist on
This is a Simple Membership System that was developed using PHP, MySQLi, and Javascript. The system uses an AJAX function to ensure the data is being processed properly. This is a user-friendly kind of system you are free to modify the source code. About the System This PHP Project is able to store and manage the list of members. Aside from the member list, the system users can also create a club

Simple Cashiering System (POS) in PHP and SQLite Source Code Free Download

Submitted by oretnom23 on
Introduction This is a Simple Cashiering System in PHP. This simple project is a web-based application that can help businesses to manage their day-to-day transactions. This can help to ease the work of the management or cashier of the business to do transactions with their clients. It also helps to store the transaction details and retrieve the transaction records without hassle. About the Simple

Simple Issue Tracker System Project using PHP and SQLite Source Code Free Download

Submitted by oretnom23 on
Introduction This is a Simple Issue Tracker System in PHP. It is a mini-project that manages the issues for some processes, forms, products, or anything that needs to be fixed with another department of the company. It is a sort of issue ticketing system that provides an automated platform for the company's employees to raise the problem or issue they encounter for a certain process/turn over a

PHP CRUD without Refresh/Reload using Ajax and DataTables Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create or develop a PHP CRUD Operations w/o Pagre Refresh/Reloading using Ajax and DataTables. Here, we will enlist the data from the database using the server-side processing of DataTables. This tutorial is helpful especially for optimizing the page load of your future PHP Project.

Purchase Order Management System using PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Purchase Order Management System in PHP. This is a simple web application that manages a certain company's Purchase Order Records. This project can help to store and retrieve the Purchase Order records of the company easily. This mini-project can be used also in developing an Inventory Management System. It has a pleasant user interface and user-friendly functionalities

Storage Unit Rental Management System using PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Storage Unit Rental Management System in PHP. This is a simple project that can help manage the storage unit rentals businesses record and monitor their records. The system is a web-based application that contains several functionalities that are relevant for the said business. It has a pleasant user interface and user-friendly functionalities. The source code could be a

Replacing Plain Text Links to HTML Anchor Tag in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about Replacing the Plain Text Links of a content with an Anchor Tag of HTML using PHP. We will be using the PHP's preg_replace() function. For those who dont have any idea about the preg_replace, this function replace all the occurence of a string that matches the given pattern to your desired format or replacement string.