Good day.
cURL'om download the file
curl_setopt($this->curl, CURLOPT_FILE, $url); $html = curl_exec($this->curl); then through the same variable I'm trying to get a web page
curl_setopt($this->curl, CURLOPT_FILE, null); curl_setopt($this->curl, CURLOPT_URL, $url); $html = curl_exec($this->curl); PHP (5.3) swears -
Warning: curl_setopt (): Supplied File / Hand resource in /var/www/wild-parser/parser_v2/lib/web.php on line 137
on php 5.5 no problem ...