In this tutorial “Export Data from MySQL in PHP Using Data Table” we are going to learn about how to display the data and extract data from database using DataTable.js. The grid view of the table is very …
Convert Realtime Digit or number into word by Using PHP and JavaScript
In this tutorial “Convert Real-time Digit or number into word by Using PHP and JavaScript”, we are going to learn how to convert number or any digit into word. For example, if “2341” is given as input, output …
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 …
How to Customize a Google Map Custom Markers in PHP
How to Customize a Google Map Custom Markers in PHP, In this tutorial, I’m going to show you how we can add a marker on the google map with Mysql Data we have. adding a custom marker on the map …
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 …