Hi,
First of all, I am looking for a way to force the execution of a php
script to explicitly stop when told to do so by the client
connection. I know when you hit the browser stop button php normally
stops, but it doesn't stop immediately (ie. if the script is in a
loop, it will keep going for a bit). Also, I am looking for a way to
force php to stay alive, even if the connection to the client drops.
Finally, does anyone know of a way to enable chatter between a single
php script and its client (ie. php well send out something, then the
client will respond, and then php will send another something, ...)
Thanks,
Daniel
First of all, I am looking for a way to force the execution of a php
script to explicitly stop when told to do so by the client
connection. I know when you hit the browser stop button php normally
stops, but it doesn't stop immediately (ie. if the script is in a
loop, it will keep going for a bit). Also, I am looking for a way to
force php to stay alive, even if the connection to the client drops.
Finally, does anyone know of a way to enable chatter between a single
php script and its client (ie. php well send out something, then the
client will respond, and then php will send another something, ...)
Thanks,
Daniel
Comment