How to do Auto Load and Refresh Div every Seconds with jQuery and Ajax with PHP Script.

In this tutorial we are going to learn how to do auto load and refresh div every second by using JQuery and Ajax method with PHP Script. In this tutorial we will first Insert form data into Mysql table by using Ajax Jquery method in PHP. After Inserting data into database then after by using Jquery load() method which fetch data from database. Then after this load() method has been used in Jquery setInterval(), this method will execute load() method on regular interval until we have called clearInterval(). So this way we can Auto load and refresh div content on every predefine interval with Jquery and Ajax.

index.php

post.php

display.php

tbl_post.sql

Rajesh Kumar
Follow me
Latest posts by Rajesh Kumar (see all)