Any help at all is appreciated here folks. I\'m building a web app in php and I\'m using the Yii MVC framework which has a lot of built in tools. Just as the title says, i n
Usin jquery
$(function() { function callAjax(){ $('#myDiv').load("http://yourdomain.com"); } setInterval(callAjax, 5000 ); });