jjshell
12-14-2008, 02:10 PM
Hi,
This post is related to the following part of the manual:
http://php.net/manual/en/function.exec.php#86329
I'd like to run a php script from within a script. Which command line should I pass top the function given in the above user comment?
More info:
The script which should be executed is named sleep.php. It just does a sleep(30). The script calling sleep.php should experience no delay in its own execution (an include approach of sleep.php would force the user to wait during the sleeping period, which I don't want).
Regards,
-jj. :)
This post is related to the following part of the manual:
http://php.net/manual/en/function.exec.php#86329
I'd like to run a php script from within a script. Which command line should I pass top the function given in the above user comment?
More info:
The script which should be executed is named sleep.php. It just does a sleep(30). The script calling sleep.php should experience no delay in its own execution (an include approach of sleep.php would force the user to wait during the sleeping period, which I don't want).
Regards,
-jj. :)