Re: [PHP] Close Connection to Browser

2003-06-29 Thread Jason Sheets
Take a look at register_shutdown_function, it sounds like it might do what you want just be aware that you obviously can't display output once the connection is closed because no one is listening . void register_shutdown_function ( callback function) Registers the function named by function to

Re: [PHP] Close Connection to Browser

2003-06-29 Thread David Otton
On Sun, 29 Jun 2003 23:41:09 +0200, you wrote: >is it possible to close the connection to the client/browser without calling >exit? >I have an input-script for a chat-system, wich gives a Status 204 No Content >to the client after submit, wich works great. The problem is, that sometimes >the scrip

[PHP] Close Connection to Browser

2003-06-29 Thread Thomas Weber
Hi, is it possible to close the connection to the client/browser without calling exit? I have an input-script for a chat-system, wich gives a Status 204 No Content to the client after submit, wich works great. The problem is, that sometimes the script needs some time to finish after sending the 20