PHP Tutorial

AngularJS Search with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a Search function using Angular JS with the help of PHP/MySQLi. This will search a certain MySQL Table and in the case of this tutorial, we are going to search for matching firstname, lastname or address of a member. Angular JS is a javascript framework maintained by Google capable of creating Single Page Applications.

How to implement Data Table on Table

Submitted by nurhodelta_17 on
This tutorial tackles on how to implement Data Table in database-driven html table. Data Table is a jquery plugin which provides a beautiful presentation and efficient functionalities of your database-driven table. These functionalities includes table sorting, table searching, pagination, table information and give the user the option to select table length.

Doughnut Chart using Chart.js with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a statistical representation of data in MySQL Database using Chart.js with PHP to fetch data from database. In this tutorial, I'm going to show a doughnut chart representation of data from our database. I've also added a form that can save data to our database to practice this tutorial.

Line Chart using Chart.js with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a statistical representation of data in MySQL Database using Chart.js with PHP to fetch data from database. In this tutorial, I'm going to show a line chart representation of data from our database. I've also added a form that can save data to our database to practice this tutorial.

Statistical Representation using Chart.js

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a statistical representation of data in MySQL Database using Chart.js with PHP to fetch data from database. In this tutorial, I'm going to show a bar chart representation of data from our database. I've also added a form that can save data to our database to practice this tutorial.