php

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

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

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.