I'd like to have cURL do it's business without outputting anything to the screen. How can this be done?
I know that:
is what sets it off. But then I get all this shit on my monitor that I don't want or need. I just want it to run silently then report when it's done.
Thanks.
I know that:
Code:
curl_exec($ch);
Thanks.