Jump to content

AutoUpdate with php/Ajax


Jragon

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.