Quote:
Originally Posted by c010depunkk
How about using file_get_contents().... Much simpler and I've never had problems with this function.
|
I've already solved this problem, turns out it was not necessary to have cURL write to a temporary file, it could output the contents straight to a variable.
But thanks anyways, that tip will come in handy.