<?
$url = 'https://vk.com/club136824112'
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_USERAGENT, "Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.9.168 Version/11.51");
$res = curl_exec($ch);
curl_close($ch);
print_r($res);
?>
utf8_decode ($res)
header('Content-type: text/html; charset=UTF-8');
iconv("Windows-1251", "UTF-8", $output);</res >