<?php
$ch = curl_init('http://www.kinopoisk.ru/film/455165/');
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.4) Gecko/2008102920 AdCentriaIM/1.7 Firefox/3.0.4");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_REFERER, 'http://google.com.ua/');
curl_setopt($ch, CURLOPT_COOKIEJAR, "./cookie.txt");
curl_setopt($ch, CURLOPT_COOKIEFILE, "./cookie.txt");
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
$html=iconv("windows-1251","UTF-8",$result);
preg_match_all('#<h1 class="moviename-big">(.*?)</h1>#si',$html,$title_ru);
print_r($title_ru);
$text;
?>
<textarea style="width:600px; height:400px;"><?php echo htmlspecialchars($html);?></textarea>
После этого получаю страницу, где просит ввести каптчу.