Close a connection, but keep the page running?

Started by Walalayo, 09-24-2011, 02:58:08

Previous topic - Next topic

WalalayoTopic starter

I'm trying to make a php script that, when accessed, sends some data to the user, closes the connection, but keeps running after the connection is closed.

Basically, the same thing as "exit", except that the page keeps running on the server after it's called.

I can't find any command for this, is it even possible?