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.

Gym Management System using C with Free Source Code

Submitted by razormist on
Gym Management System using C with Free Source Code The Gym Management System with Source Code is a project that can manage the list of all customer, coach, staff in your gym. The system can help you manage and organize the persons details within the gym by entering information such as ID, Name, Address, Contact, etc. The purpose of the system is computerize the listing of person information that

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

Burst the Ball Game using JavaScript with Free Source Code

Submitted by razormist on
Burst the Ball Game using JavaScript with Free Source Code Burst the Ball Game with Source Code is a project that is a single-player game where your goal is to burst the ball as many as possible. The game has a basic design that contains colored objects and simple background. The purpose of the project is to provide some entertainment with your friends, family, etc. About the System The Burst the

Simple Department Store System using C with Free Source Code

Submitted by razormist on
Department Store System using C with Free Source Code The Department Store System with Source Code is a project that can manage selling of your goods in a digital way. The system can help you organize and maintain the item details by entering the information such as Item Code, Price, etc. The purpose of the system is modernize the selling of item product. About the System The Department Store

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.