jQuery

12 PHP Mini-Project Source Codes for Beginners

Submitted by oretnom23 on
In this blog, I will share some of the PHP Mini-Projects I developed. The purpose of this article is to help students or self-learners to have an actual PHP Project to learn with. The project could be a good start within developing a big scope project, used for practicing enhancing the system to harness their programming capabilities/knowledge, and you might find some useful scripts. PHP

Online Project Time Management System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP entitled Online Project Time Management System. This is a web-based application that provides an online platform for a certain company's employees to report/record their time allotted or time retendered per project. The system also helps the company to monitor their employees' rendered time and work done per project. This has a pleasant user interface and user-friendly

Online Diagnostic Lab Management System in PHP with Free Source Code

Submitted by oretnom23 on
Introduction This is a simple PHP Mini-Project entitled Online Diagnostic Lab Management System. This is a web-based application that serves as an online platform for diagnostic labs to manage their patient Laboratory test. The system also allows clients/patients to book an appointment. This simple project can help the said medical lab testing manage the records of the appointment and test result

Online Resort Management System using PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online Resort Management System. This is a web-based application that provides an online room reservation and also serves as the Resort's simple Website. The application allows visitors to explore the activities that are available and book or reserve a room to stay in the resort. The website information is dynamically encoded which means the management

Simple Bar and QR (Quick Response) Code Generator Web App in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple Mini-PHP Project that I called Simple Bar and QR (Quick Response) Code Generator Web App. It is a web-based application that allows users to generate a printable tag that has a QR and Bar Code in it. I developed this application to help IT/CS students or self-learners to have an idea of how to generate QR and Bar Code in a PHP Project. The application uses some

Event CRUD in FullCalendar using PHP and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, I will show how to Create CRUD Operation in FullCalendar with PHP and MySQL Database. here, you will learn to add, edit, view, and delete events on the calendar. The events will be stored in MySQL Database. This feature can be useful for your future PHP Projects such as Appointment Management Systems or Scheduling Systems.

Online Railway Reservation System in PHP/OOP Project Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online Railway Reservation System. It is a web-based application that provides an online platform for railway or train station passengers or possible passengers to explore their schedules and reserve a seat. This application does not support any payment API and was developed only for educational purposes to give an idea to the IT/CS students and self

Online Veterinary Appointment System using PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online Veterinary Appointment System. It is a web-based application that provides an online appointment platform for Veterinary Clinic's clients. This project manages the appointment requests of pet owners online. This allows the clients to book an appointment to desired dates if there's a slot available. It has a pleasant user interface and is easy to

Hospital's Patient Records Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP Project entitled Hospital's Patient Records Management System. It is a web-based application that provides an automated platform for a hospital to store and manage its patient records. Here, the management can record the patient's diagnostic/treatment and admission records. The data are stored using MySQL Database. It has a simple and pleasant user interface using

Creating a Video Tag's Custom Controls using jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a Custom Controls for the HTML Video Elements. here, you will know how to create a custom play/pause button, stop button, playback slider, and volume slider. The custom controls functionalities can be achieve using JavaScript and jQuery Library.