PHP

Printable Staff ID Card Creator System using PHP/MySQLi with Source Code

Submitted by Patrick Mvuma on
Greetings from Malawi the warm heart of Africa. Here is a mini-project where an administrator of a company or organization can use to register new staff and create their id card and print the ID card. The information of the ID card can be modified using the system front-end and some would require to be managed programmatically. This system was developed using PHP/MySQLi (OOP), HTML, MySQL Database

Student Timetable Management System using PHP (AppGini) with Source Code

Submitted by Ronald Ngoda on
The JISORT Web Application is a student timetable management system. It enables students to see all their class and exam timetables in one place. The exam and class timetables are updated by class representatives. Class representatives are given special permissions to update and insert the class and exam timetables for different schools, departments, and years of study. Students get to create

Online Reviewer System Using PHP/PDO with Source Code

Submitted by janobe on
This online reviewer system is the best for knowledge evaluation and it’s suitable for colleges and universities. This system provides a comprehensive list of all of the reviews that were written by the teacher or admin. It is composed of level questions (easy, moderate, and difficult) and the students have to answer the examination with a time limit. Then, the students can view the result after taking the examination to find out if they have passed it or failed.

Online Institute Management System with Secure Login Algorithm using PHP/MySQLi with Source Code

Submitted by Nikhil_B on
The Institute Office Management System is a web-based application for institutions to maintain their complete activities related to the institute. This software is very easy to operate and light on system tool to maintain information about Institute, Students, Teachers, Courses, etc. This system has 2 types of users, 1 is the administrator and the other 1 is the users. The admin can manage all

Online Voting System in PHP/MySQLi with Full Source Code

Submitted by janobe on
Online Voting System in PHP/MySQLi with Full Source Code The Online Voting System is a web based system that is developed using PHP, JavaScript, BootStrap, CSS and MySQLi database. The main purpose of this Online Voting System in PHP is to manage well the casting and counting votes with ease and accuracy. This Online Voting System in PHP will also help the voting process run smoothly. About the

Online Grading System Using PHP/MySQLi with Source Code

Submitted by janobe on
This Grading System is a web-based system that it’s main goal is to allow Professors/Teachers to manage class grades and access the list of students in a school. The student can easily view their grades online through their ID number. With this, they will be able to identify what subjects they excelled in or failed. Students will no longer visit the registrar’s office to submit and request grades

How to Save and Load Data from Database Without refreshing the page using PHP and Ajax

Submitted by argie on

Hi everyone, The feature of this tutorial is it allows you to save data to the database and display data from the database without refreshing the page. I used Ajax and PHP in this tutorial. Our goal for this tutorial is to create a simple web application that has a simple form that will result an automatic load the data after the success response of saving the data. To start the coding let's follow the steps provided below.

Sales and Inventory Management System using CodeIgniter (PHP Framework) with Source Code

Submitted by oretnom23 on
This is a Sales and Inventory Management System project that was developed using CodeIgniter PHP Framework and MDB Bootstrap Template. The purpose of this project is to help a certain company to manage its sales transactions and stock monitoring. The system stores the company's product data and also relevant information to manage the stocks and sales transaction such as the supplier list, customer

Creating a Pop-up Notification using PHP, AJAX, and Bootstrap

Submitted by nurhodelta_17 on

This tutorial will show you how to create a simple pop-up notification using AJAX/JQuery. In this tutorial, I've set up the notification to appear at the bottom but you can change its position depending on your preference. Also, I've used bootstrap to slightly improve the visuals. We will use Ajax to sent the data of our form upon submission to process with the back-end scripts without leaving or the page.

Note: Scripts and CSS used in this tutorial are hosted.

Creating our Database

The first and most important step in to create our database.

Simple Public Chat Room Using PHP/MySQLi with Source Code

Submitted by pijey on
This is a Simple Chat System wherein you can send messages to the public. This simple system requires users to register and login in order to join the public chat. The system is programmed using PHP, MySQL Database, HTML, CSS, JavaScript (jQuery), and MySQLi procedural method. The user can also update his/her account details. Features: Login Registration Send Message to Public Update Account