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

Alumni Information System in C# with Full Source Code

Submitted by janobe on
Alumni Information System in C# with Full Source Code The Alumni Information System is a desktop application that is built using C# and MS Access database. It is designed as a simple system and very easy to use that the functions can be easily understood even you are just a beginner. About the Alumni Information System in C# The main purpose of this Alumni Information System in C# is to help with

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.