Is there a way to run a php script on the server while the client-browser can go on surfing?
I've heard that php can be used as a perl/cgi file in this way, but don't know how I can execute a php script without simply doing a "header (location: etc)" and calling it up like a normal web page.