siddscool19 Posted April 19, 2009 Share Posted April 19, 2009 I want to know how to make the script run in background like I send data to a script and its processing. Now what I want to do is close my browser and the script should still run. How to do this? Link to comment https://forums.phpfreaks.com/topic/154740-make-the-script-run-in-background-after-triggering-it/ Share on other sites More sharing options...
ToonMariner Posted April 19, 2009 Share Posted April 19, 2009 you need to fork your script - you will need to have access to call scripts from theh command line... here's the place to get started. http://uk3.php.net/manual/en/function.exec.php[/ur] Link to comment https://forums.phpfreaks.com/topic/154740-make-the-script-run-in-background-after-triggering-it/#findComment-813739 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.