php

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.

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.

Alumni Tracer with SMS Notification Using PHP/MySQLi

Submitted by janobe on
Alumni Tracer with SMS Notification is an online based system that its main goal is to track the current status of every Alumnus and Alumna of the school. This system will help you determine if they are employed, self-employed or unemployed. It can also post activities such as Announcements and Events. And once the activities have been posted it will send an SMS to every Alumnus who already has an

School Attendance Monitoring System Using PHP/MySQLi

Submitted by janobe on
School Attendance monitoring is a user-friendly system that is easy and very convenient to use. This has the ability to record everyday attendance of a student in the school campus. In this way the system can determine the in and out of the students in the school premises. It also provides an easier and faster view of data of every student. This system can also update the record, can retrieve information and view it anytime from the database.