View Single Post
Old 05-20-2007, 6:33 PM   #5
ashore
 
ashore's Avatar
 
Posts: n/a
My Photos: ()

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default exec() Silent Death

Thanks, but from the PHP manual re exec():

"... Note: If you start a program using this function and want to
leave it running in the background, you have to make sure that the
output of that program is redirected to a file or some other output
stream or else PHP will hang until the execution of the program
ends. ..."

AS


  Reply With Quote