Hi. Quick question: Is there away to execute a command on the server via PHP (ie. exec("format c:") or exec("dir")) then let the PHP script continue without waiting for the responce? Or as a better substitute, let a PHP script that calls a couple of time consuming server side commands be initated by a user without taking the user to the page generated by that script (ie. user clicks on link to "mover.php" which calls a bunch of file copy commands on the server but while mover.php is still waiting to finish up, is directed to "happy.php", another, separate page.) Any thoughts on this would be great.
Peace,
will
Peace,
will