Re: [PHP] need "pop-up" in progress alert
- Date: Fri, 18 Apr 2008 12:40:50 -0400
- From: "Eric Butera" <eric.butera@xxxxxxxxx>
- Subject: Re: [PHP] need "pop-up" in progress alert
On Fri, Apr 18, 2008 at 12:34 PM, Nick Stinemates <nick@xxxxxxxxxxxxxx> wrote:
> On Fri, Apr 18, 2008 at 10:54:36AM -0400, Jason Pruim wrote:
> Try this out:
>
> <?php
>
> while (true) {
> print "x";
> }
Jason,
Call ob_flush() and then this example and see what happens.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php