PHP

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.

Online Learning System V2 using PHP Free Source Code

Submitted by oretnom23 on
Introduction This is an Online Learning System Project in PHP. This project is version 2 of the Simple eLearning System that I created and posted here months ago. The changes of this version focus on lesson modules for both Faculty and Student users. The updates include some user interface changes mostly the colors. Here's the link for Version 1 https://www.sourcecodester.com/php/14787/elearning

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

Online Mobile Store Management System using PHP Free Source Code

Submitted by oretnom23 on
This is an Online Mobile Store Management System Project in PHP. This project is a sort of eCommerce website or an online shop/store. The application gives an online platform for the mobile store's clients or possible clients to explore, browse, and order their desired product. The project has an online payment feature using PayPal API. This system has lots of features and functionalities which

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

Submitting POST Data Without Refreshing/Reloading the Page In PHP and SQLite3 Tutorial

Submitted by razormist on
Learn on how to create a Submit POST Without Page Refresh In SQLite3 using PHP. An advanced PHP coding technique that can store the data inputs without page refresh in SQLite with the use of jQuery ajax. This is helpful when you want to store your data without refreshing the page info.