MySQL Database

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.

Patient Appointment Scheduler System using PHP FREE Source Code

Submitted by oretnom23 on
Introduction This is a Patient Appointment Scheduler System Project in PHP. This is a web-based application that provides an online platform for clinic patients or possible patients to schedule their appointment with the doctor. The project is simple but useful. It has a pleasant user interface and user-friendly functionalities. This system has 2 sides user sides which are the Admin Panel/Side and

Ship/Ferry Ticket Reservation System using PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Ship/Ferry Ticket Reservation System. This project is a web-based application that helps a certain ship/ferry port company to manage the ticket reservations of their clients. This will help them to easily encode, record, and retrieve the reservations records. It has a pleasant user interface and is easy to use. The project has printable ticket generation

Online ID Generator System using PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online ID Generator System. This project is a web-based application that has the ability to create Identification Card Templates Dynamically and Generates ID Cards using the created templates. The system user can design the ID Card using the given options such as image file upload and text fields.He/She can also manage the positions of each text field

Budget Management System in VB.Net Free Full Source Code

Submitted by janobe on
Budget Management System in VB.Net with Full Source Code Free Download This Budget Management System in VB.Net is a very simple project that is developed in Visual Basic 2015 and MySQL for the database. The Budget Management System is designed to help people in budgeting their money. Especially nowadays, that many people are struggling to have an income and only have enough money for their daily

Creating HTML List Pagination, Display Length, and Search in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, we will be creating a simple HTML List Pagination with Display Entries Length and Search. This tutorial is really useful for optiomizing your website for display bulk data. With the said Web App Feature, this will help to limit the data to display from database, prevent long page scroll, and fast loading. Mainly, the idea of this tutorial focuses to the HTML