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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/210135-autoupdate-with-phpajax/#findComment-1096660 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.