[Solved] cURL without output buffer
Posted: Wed May 30, 2007 3:11 pm
Is there a CURLOPT to prevent curl_exec() from display/executing a file?
I could clean it away using the output buffer, but it'd still run.
I'm trying to verify the safety of remote files before running them.
I could clean it away using the output buffer, but it'd still run.
I'm trying to verify the safety of remote files before running them.