css

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

Car Rental System in Python using Django with Free Source Code

Submitted by pushpam02 on
A simple project based on a Car Rental System using Python with Django framework. Following car rental system project contains fewer, but important features. It has a number of important features like user authentication and permission management which can be used in the first year projects of IT students as well as in the professional life to ace and manage the flow of the car rental system. This

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

Gas Station Management System in Python using Django Free Source Code

Submitted by oretnom23 on
Gas Station Management System using Django in Python This project is entitled Gas Station Management System. This is a web-based application developed in Python and Django Framework. This project provides an online and automated platform for Gas Station Businesses to manage their fuel inventory and sales transaction. The system stores the record of the fuel stock and automatically adds the added

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

Photo Gallery System in Python using Django Free Source Code

Submitted by oretnom23 on
Photo Gallery System using Django in Python This project is entitled Photo Gallery System. This is a web-based application developed in Python and Django Framework. This project is an online platform that allows users to upload and store their images. Users can download the exact quality and size of the image as the one that they uploaded. It has a simple user interface using the Bootstrap v5

Employee ID Card Generator with QR Code in Django Free Source Code

Submitted by oretnom23 on
Employee ID Card Generator with QR Code using Django in Python This project is entitled Employee ID Card Generator with QR Code. This is a web-based application developed in Python and Django Framework. The project is an online platform for generating the ID Card for the Company's Employees. The ID Card Generated in this system contains also a QR Code of each employees' ID or Code. The system has

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

News Portal - CMS in Python using Django Free Source Code

Submitted by oretnom23 on
Online News Portal Site using Django in Python This project is entitled Online News Portal Site. This is a web-based application developed in Python and Django Framework. The project is a simple Content Management System (CMS) for the News Publishing website. The application contains the features and functionalities that are commonly found in a news site. It has a pleasant user interface using the

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.