|
Posted by Qt on 02/17/05 14:27
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
Navigation:
[Reply to this message]
|