Posted by Rik on 06/21/07 12:26
On Thu, 21 Jun 2007 14:07:08 +0200, jodleren <sonnich@hot.ee> wrote:
> Hi!
>
> in a while, is there a variable telling if the request was cancelled?
>
> say:
> while( $more_data && !$not_cancelled)
> {
> blabla
>
These function may be helpfull:
http://www.php.net/connection_status
http://www.php.net/connection_aborted
http://www.php.net/ignore_user_abort
--
Rik Wasmus
[Back to original message]
|