You might still have a buffer at apache or system level, you can try to output spaces or coments, but I'm not sure something like this is possible in flash

electroteque wrote:

hi guys i am trying to increment a counter echoed out to the screen to be
used for flash

for ($i=0; $i < 10; $i++) {
//$string = $i;
echo "varText=$i&";
flush();
ob_flush();
sleep(1);
}

i cant seem to get each one out at a time , it will go through it then
output at the end ??





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to