dear Sirs,

I am running a script which is on the remote server. I do not want to wait
output of that script, when I run my script. Because some time, other script
takes a long time to complete job. I just want to run other script.

I used following curl option but still my script grap other script outputs.

curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 0);

What I should to do?



any idea

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to