i mean can u output the counter to the screen with php ? like 1 wait a few seconds 2 wait a few more seconds 3 etc .., atm it will go through the loop first then output
-----Original Message----- From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 11:12 PM To: electroteque Cc: [EMAIL PROTECTED] Subject: Re: [PHP] counter question 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