MySQLi

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.

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.

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.