Curls and file_get_contents times out when loading a page
- by Joseph
Im trying to grab the content of this page(http://www.alluc.org/movies/watch-hot-tub-time-machine-2010-online/186214.html) using curl or file_get_contents but it doesnt work, it loads when i just open it in the browser, but not otherwise. Here are my settings for CURL:
curl_setopt($ch1, CURLOPT_INTERFACE, "$use_proxy");
…