PHP

Coffee Shop Cashiering System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a Coffee Shop Cashiering System. This is a web-based application project developed in PHP and MySQL Database. This project provides an automated platform for Coffee Shop businesses where they can manage their daily sales transaction more efficiently and effectively. The application allows the user to store, manage, and retrieve the sales transactions of the said

Computer Repair Shop Management System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a Computer Repair Shop Management System. This is a web-based application project developed in PHP and MySQL Database. This project provides the Computer Repair Shop's an automated and online platform to manage the records of their daily transactions. The application helps the said business to easily and efficiently store, manage, and retrieve transaction

Online Restaurant Table Reservation System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is an Online Restaurant Table Reservation System. This is a web-based application project developed in PHP and MySQL Database. The application provides an online platform for the Restaurant's possible customers. The application contains some simple features that are commonly found on a reservation project. It has a pleasant user interface using Bootstrap Framework

Optimizing the Uploaded Image in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, I will show you a way how to upload images in PHP with reduced quality and resized resolution. This kind of feature might be helpful to your current or future project that uploads and displays lots of images. It will help your project load the pages faster even there are a lot of images are being shown because instead of displaying the original size and quality of the images is optimized. For example, you are developing a Blog Site and each blog or article has a thumbnail or banner image.

Call JavaScript From PHP & Efficiently Insert/Replace content and work with the DOM

Submitted by richard999 on
Efficiently insert/replace content and work with the DOM. It is also possible to easily call JavaScript modules from PHP. This library currently implements a small part of Facebook BigPipe so far, but the advantage is to efficiently insert/replace content and work with the DOM. It is also possible to easily call JavaScript modules from PHP. Demo App Try the app with a live demo or check how to

Multi Language Pharmacy Management System in PHP Free Source Code

Submitted by mayuri_k on
Multi-language pharmacy management system (MPMS) is developed in PHP and MySQL. It is the new way of managing the pharmacy. It has been designed to support the pharmacy, Products, categories, and orders in multiple languages. It can be used by pharmacists all over the world. Pharmacy management systems are designed to improve overall information flow in the pharmacy business. They can help

Online Car Wash Booking System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is an Online Car Wash Booking System in PHP. This is a web-based application project developed in PHP and MySQL Database. This project is an online platform for booking an appointment for a certain Car Wash Business. This application provides possible clients of the car wash business to submit their appointment for the service they wanted. This application has a

Online Market Place Site in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is an Online Market Place Site in PHP. This is a web-based application project developed in PHP and MySQL Database. This project is an online platform that allows sellers to publish their selling items. This simple site was inspired by the Facebook Market Place feature where sellers can even sell used items. The application has a pleasant user interface using the

School Club Application System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a School Clubs Application System. This is a web-based application project developed in PHP and MySQL Database. this application provides an online platform for exploring the different clubs in certain schools and submitting a membership application. This project has a simple and pleasant user interface using Material Kit 2 Template and Bootstrap 5 Framework. It

PHP Batch Insertion from Array Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle Inserting the Data from Array in MySQL Database using PHP. Here, I will show you a technique to easily insert multiple data rows into the database. This technique or idea can be helpful for mass data insertion of a form for some feature of a PHP Projects such as POS or Cashiering System, Shopping Cart, and more.