MYSQL

Dynamic Navigation Tree using PHP Multi-Level Array Source Code

Submitted by oretnom23 on
Introduction In this article, I will show you how to Create a Dynamic Navigation Tree in PHP. This kind of feature might be useful for you for your current or future project especially if you are planning to develop a broad and dynamic website or web application. Here, snippets and a sample web application source code are provided. What is a Dynamic Navigation Tree? A Dynamic Navigation Tree is a

Creating a Login Remember Me Feature in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to Create a Login Form Remember Me Feature using PHP Language. The tutorial aims to provide the students and new programmers a reference to learn with and enhance their programming capabilities using the PHP Language. To achieve this kind of feature we will be using the HTTP Cookies. Here, snippets and sample source code are provided for a better understanding about the process.

Book Store Management System Project using PHP CodeIgniter 3 Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Book Store Management System. It is a CodeIgniter Project application that aims to provide an automated online platform for bookstores to manage their sales transactions and records. It has a simple and pleasant user interface using Bootstrap Framework. It consists of user-friendly features and functionalities. What is CodeIgniter? CodeIgniter is a web

Web-Based Student Clearance System in PHP Free Source Code

Submitted by Walterjnr1 on
Web-based Student Clearance System is an online clearance system for managing student clearance in universities. This application can be accessed by multiple user roles. It helps the certain university to store and retrieve the student's clearance records easily. It has a pleasant user interface and consists of user-friendly features and functionalities. About the Student Clearance System The

Online Admission System in PHP and MySQL Free Source Code

Submitted by pushpam02 on
The online admission system project in PHP MySQL with source code is a web-based application that allows users to apply for admission to a school or university online. The system can be used by students. The system enables students to fill out an online application form and submit it to the school or university. The form can be accessed from anywhere in the world and can be completed in a matter

Garage Management System using PHP/MySQL Free Source Code

Submitted by mayuri_k on
This is Garage Management System using PHP/MySQL with Source Code the project is available for free download. Garage management software helps you to manage all your vehicles, cars, and motorcycles. It provides you with a complete garage management solution that enables you to check the status of your vehicles and motorcycles, tracks their billing, monitor their usage, and generate reports on the

Doctor's Appointment System using PHP Free Source Code

Submitted by hshnudr on
(Updated) This project helps a certain medical establishment such as a clinic or a hospital clients/patients to request an appointment with a doctor online. This project can also help doctors to manage the schedules of their appointments with their patients. This doctor's appointment system will organize the schedules of each patient's appointment, which will be submitted as a request to the

Home Clean Service System in PHP Free Source Code

Submitted by acetech on
INTRODUCTION The simple project is a Home Cleaning Services. This Web App project is made and developed in PHP and MYSQL. The project provides a managing cleaning activity from time to time, where ever you are in the house, and manage the house activity, every day. or sometimes. This project helps you to remember a list of tasks and user friendly. SYSTEM REQUIREMENTS Windows 7 to 11 XAMPP v 5.6

Voter's Polling Information System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a Voter's Polling Information System. This is a web-based application project developed in PHP and MySQL Database. This project is an online platform or a website that help's a country's voters to verify if they are still active or can vote in the upcoming election. This project was inspired by the Philippines Comelec Voter's Verifier https://voterverifier

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.