In this tutorial, We will learn how to insert checkbox value using JQuery AJAX in PHP and MySQL. We are using two textbox and three checkboxes in the form to save data into the database using AJAX in PHP. Files used in this tutorial: 1-...
In this tutorial, We will learn how to make autocomplete textbox using Jquery AJAX in PHP. We are using one autocomplete textbox to search data from the database using AJAX in PHP. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (AJAX...
In this tutorial, We will learn how to get pin code by entering post office branch name using Jquery AJAX in PHP. We are using two textbox to get the pin code by API using AJAX in PHP. Files used in this tutorial: 1- index.php...
In this tutorial, We will learn how to get State District City by pin code using Jquery AJAX in PHP. We are using three textbox to show the fetch data by API using AJAX in PHP. Files used in this tutorial: 1- index.php (AJAX script)...
In this tutorial, We will learn how to make Country State City Dependent Dropdown Select using Jquery AJAX in PHP and MySQL. We are using three dependent select box using AJAX in PHP. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php...
In this tutorial, We will learn how to make infinity scroll or lazy loading using Jquery AJAX in PHP and MySQL. We are loading data from database on page scroll down using AJAX. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php...
In this tutorial, We will learn how to make load more pagination using Jquery AJAX in PHP and MySQL. We are using button to load more pagination from mysql database using AJAX. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (table...
In this tutorial, We will learn how to make pagination using Jquery AJAX in PHP and MySQL. We are using numeric pagination to sort data from mysql database using AJAX. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (table and AJAX...
In this tutorial, We will learn how to filter data using Jquery AJAX in PHP and MySQL. We are using dropdown to filter data from mysql database on select value using AJAX. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (table...
In this tutorial, We will learn how to search data using Jquery AJAX in PHP and MySQL. We are using text field to live data search from mysql database on keyup using AJAX. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php...
Join 20,000+ subscriber