“Google Charts in PHP with MySQL Database using Google API”, Pie Chart, Column Chart, Bar Chart, Line Chart. Charts or graph are used for graphical representation of data and are useful when you want to show your data or information …
Live Username Availability Check using PHP
Creating a form that tells you that your entered data already exist in the database and you don’t need to enter again. This is very famous functionality adopted by almost all top social companies like Facebook and Twitter.
In this …
Display data from MySQL database using PHP, jQuery and DataTable
In this tutorial “Display data from MySQL database using PHP, jQuery and DataTable” we are going to learn about how to display the data from database using DataTable.js. The grid view of the table is very important for …
Pagination with jQuery Ajax PHP and MySQL
In this tutorial “Pagination with jQuery Ajax PHP and MySQL”, we are going to learn how to implement pagination in any project with PHP and MySQL. In any web project, pagination functionality is an essential part where huge …
Ajax Live Data Search using PHP and MySQL
In this tutorial, we are going to learn how we can make our own live search. Live Search has been developed using PHP, JavaScript (jQuery), AJAX and MySQL.
What is Live Search?
A live Search is a search form which …
Insert Data into MySQL database with PHP and AJAX without refreshing page
Hello friends, in this Insert Data into MySQL database with PHP and AJAX without refreshing page tutorial we will use jQuery AJAX method to insert values in our MySQL database without refreshing our web page. So lets begin.
What you …
Dynamic Dependent Multiple Relational Dropdown using (Jquery, AJAX, PHP, MySQL)
In this tutorial we are going to explain the dynamic dependent multiple select boxes using jQuery, Ajax, PHP and MySQL.
The dynamic dependent select box is mostly used for two dynamic dropdowns but in this tutorial, we’ll implement four relational …