On Fri, Apr 18, 2008 at 10:54:36AM -0400, Jason Pruim wrote:
>
>> So if someone could point me in the right direction I'd really appreciate
>> it.
>
> Hi Steve,
>
> From my understanding of how PHP works and from reading the archives of
> this list, and asking quite a few questions my self.. You can't do a
> progress bar in PHP since by the time it gets to the browser, PHP is done
> doing what it does.
This is actually false, at least on my system(s).
Try this out:
<?php
while (true) {
print "x";
}
?>
--
Nick Stinemates ([EMAIL PROTECTED])
http://nick.stinemates.org
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php