php exec command (or similar) to not wait for result

cialis online

New Member
I have a command I want to run, but I do not want PHP to sit and wait for the result.\[code\]<?phpecho "Starting Script";exec('run_baby_run');echo "Thanks, Script is running in background";?>\[/code\]Is it possible to have PHP not wait for the result.. i.e. just kick it off and move along to the next command.I cant find anything, and not sure its even possible. The best I could find was someone making a CRON job to start in a minute.
 
Back
Top