$ch=curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://zerx.ru/35959-interny-4-sezon.html');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; I; Windows NT 5.1; ru; rv:1.9.2.13) Gecko/20100101 Firefox/4.0');
$html=curl_exec($ch);
echo html;
Но он вместо страницы выводит что то ужасное. В чем проблема?