Category: Jquery

How to Make Load More Results From Database using jQuery, Ajax,PHP, and MySQL

In this tutorial, we will show you how to build a similar technique for load more data on click from the database using jQuery, Ajax, and PHP. Our Ajax based load more results with jQuery tutorial make the whole process simple. Let’s start the load more data from database tutorial. HTML, jQuery and PHP Code […]

How to Load Data From Database Without Page Refresh using Ajax, jQuery, and PHP

In this tutorial, you will learn how to load data from database without page refresh using ajax, jquery, mysql and PHP. The data will be retrieved on jquery event. Suppose we have a “student” table that contains an age and course and a “student” table that contains whole student information HTML and jQuery Code PHP […]