jQuery Ajax Example Using PHP

Ajax-Request-Example-using-PHP

This tutorial help to create AJAX call with PHP and JavaScript. jQuery provide $.ajax() function used to get response from script through asynchronous/synchronous manner. AJAX stands for Asynchronous JavaScript and XML, and it allows you to fetch content from the back-end server asynchronously, without a page refresh.  It’s provide dynamic data loading using backend script. […]

Continue reading


Simple Ajax Pagination with PHP

ajax-pagination-php

In previous tutorial we have learn Simple tutorial of pagination in php, here we will learn php pagination with ajax.now days we are using ajax functionality for each request.We are using jQuery library for Ajax request and MySQL for database. We have following files: 1- db.php : This file contains db connection information. 2- pagination.php […]

Continue reading