How to Create a Doughnut Graph Using PHP/MySQLi

Submitted by janobe on
If you want to be creative in creating statistics sales report you can try this simple program that I’m going to share to you. This time, I will teach you how to create your own custom doughnut graph using Chart.js and PHP/MySQLi. This kind of graph demonstrates the products sale in different slices depending on the sales of the products. It also automatically set a colour to easily identify each products. Let’s begin.

Online Student Management System Using PHP/MySQLi

Submitted by janobe on
Now, there’s no need for schools or any educational institutions to manage their students manually on a spreadsheet because this Student Management System will all do the work for you. This is a user friendly system and the functions of it can be easily learned. With the Student Management System, t he admin or school staff will be able to track and manage the information of every student that is

How to Create a Line Graph in PHP/MySQLi

Submitted by janobe on
Line graph is one of the most commonly used chart types and is very useful especially in the fields of statistics. It is composed of vertical y-axis and a horizontal x-axis which displays series information of data points connected by lines. Each of this axes is named with a data type, this will help you in monitoring your sales and determine the result accurately.

Web-Based Time Table Scheduling System for Tertiary Institution

Submitted by Senior Walter on
This is a Web-Based Time Table Scheduling System for Tertiary Institution designed to solve timetable and schedulling problems in higher institution. It make sure courses, lecturer, room and time does not conflict. For your research project documentation, thesis, web design, software and web development call or whatapp WALTER via +2348067361023 or facebook - senior walter

Operations Research: Least Cost Rule Solver

Submitted by Gabrael_Instinct on
This application, written in C++ is a console application for solving transportation problem in operations research. The app accepts unlimited rows and columns and add domin where necessary and determines if a problem is a non-degenerated problem by appropriate allocation and optimisation. The complete source code is uploaded to assist students and researchers in their various endeavours. You are

Online Voting for Students Election

Submitted by Senior Walter on
Online voting for students election is a web based system that allows student of university of Uyo to vote for their president and other post in their SUG elections. features include 1. uses PIN from scratch card 2. displays result after voting 3. prevent double voting etc For your research project, thesis, web design, programs, web and software development etc call or whatapp WALTER via

Traffic Offense System (using penalty/endorsement criteria)

Submitted by Chatikobo_L on
Hi guys, This is my third project on sourcecodester and 20th project in PHP. I hope you will love it! The traffic offense system helps the police to monitor traffic offenses and issuing of penalties that is endorsements to careless drivers. The system have three users the admin on the back-end and vid (Vehicle Inspection Department ) on the front-end and officer on the front end. Officer will

How to Create a Pie Graph Using PHP/MySQLi

Submitted by janobe on
This tutorial is about how to create a Pie Graph using PHP/MySQLi. In here, you will be able to learn the simple way of creating a pie graph by fetching the data inside the database. This pie graph is usually use in Analytics sales report to determine what kind of products have the most number of purchase. Whoever has the biggest slice in the pie graph it is the product that has the most number purchased by the customers.