Jragon Posted August 8, 2010 Share Posted August 8, 2010 Hey guys. I was hoping that someone could tell me how i could make an auto update sort of thing. my php: for($i = $num; $i <= 100; $i++){ //lots more code here echo $i } But what i want it to do is echo $i once the code has finished then when it dose it agien it replaces $i with the new $i Thanks JRagon Link to comment https://forums.phpfreaks.com/topic/210135-autoupdate-with-phpajax/ Share on other sites More sharing options...
ohdang888 Posted August 8, 2010 Share Posted August 8, 2010 http://lmgtfy.com/?q=ajax+and+php Link to comment https://forums.phpfreaks.com/topic/210135-autoupdate-with-phpajax/#findComment-1096660 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.