Shouldn't the following work - or rather why doesn't it :

        ignore_user_abort(0);
 
        for( $i=100; $i; $i-- )
        {
                if ( connection_status() ) exit(0);
                print " blurp.<br/>"; flush();
                sleep(1);
        }
        print "Done.<br/>";

This is php4.3.2 on apache 2.0.45. 


/Per

-- 
Per Jessen, Zurich
http://timian.jessen.ch - an analog report formatter using XSLT.
http://www.dansk.org - for alle danskere i udlandet!


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

Reply via email to