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