php

Easy and Simple Add, Edit, Delete MySQL Table Rows using PHP/MySQLi Tutorial

Submitted by nurhodelta_17 on
In this tutorial, I will show you how to create simple add, edit, and delete functions using PHP, MySQLi. This tutorial does not include a good design but will give you an idea of the basic functions in PHP and basic queries in MySQLi. Creating our Database First, we're going to create a database that contains our data. Open phpMyAdmin. Click databases, create a database, and name it as "basic

Simple Registration Form Validation in PHP

Submitted by GeePee on
This project source code will teach you how to validate forms. Each field in the registration form has its own validation which is the First Name and Last Name has a null or empty validation. These validations will check if the fields are not empty or null. For the Email, upon submitting the registration form the system will check if the value entered in the Email field is a valid email. Then for

Class Scheduling System using PHP/MySQLi with Source Code

Submitted by jkev on
About In this source code, you will learn how to create a class scheduling system. This system will help your school manage the assigning of the schedule of classes without conflict. It can detect if the room was already taken by other instructors. It can also detect if there's a conflict with time. The admin user can manage all the data in the system database such as the list of courses, teachers

Event Calendar Integration in PHP/MySQLi, JQuery with Full Source Code

Submitted by janobe on
Event Calendar Integration in PHP/MySQLi, JQuery with Full Source Code The Calendar Integration is a simple project that is developed using PHP, JavaScript and MySQL database. If you are looking for a full calendar plugin for your project or website? This one is just right for you. It is so easy to understand that you won’t find any difficulty in dealing with all the functions. About the Event

Post and Comment System for Beginners using PHP/MySQLi Source Code

Submitted by Jeprox on
In this simple project, you can learn here to create post and comment codes with timestamp or time ago. This allows us to know the time posted by the user. You can use these codes in your future projects. This simple project is created in PHP/MySQLi. This simple project has the following features: Login and Registration Form The Registration feature is where the creation of user account

Shopping Website (E-Commerce) using PHP/MySQLi With Source Code

Submitted by sanchitkmr on
This is an E-Commerce Shopping Website that has an Admin panel programmed using PHP and MySQLi. This system provides customers an online ordering transaction like some other eCommerce websites. The Shopping Website's admin panel controls all of the products and orders in the system and the admin user will be in charge of updating the statuses of the customer orders. The product in this system are

Sales and Inventory System with Credit Management using PHP Full Source Code

Submitted by giu_matthew on
This is an advanced Sales and Inventory System programmed using PHP. The PHP extension used is MySQLi. This system manages the company stocks, sales, and customer credits. The system can also manage multiple branches of the company and the admin can assign a system user to a specific branch and this user can only manage the data only to his/her branch. The administrator of this system can generate

Faculty Evaluation System using PHP/MySQLi with Source Code

Submitted by oretnom23 on
Project: Faculty Evaluation System using PHP/MySQLi About The Project The Faculty Evaluation System is a PHP/MySQLi project that helps a certain school to manage their faculties evaluation results. The system has 3 user types which are the Administrator, Faculties, and the Students. The Administrator user is in-charge of maintaining and populating the data in the system database using the front

Artworks Gallery Management System in PHP with Full Source Code

Submitted by janobe on
Artworks Gallery Management System in PHP with Full Source Code The Artworks Gallery is an automated system that is developed using PHP, JavaScript, CSS and MySQL for the database. It contains two sides which are the user or Artist side and the admin side. The admin plays an important role in this Artworks Gallery Management System in PHP with Full Source Code project. This is also a user friendly