<?php $ch=curl_init('http://visavi.net'); curl_setopt($ch,CURLOPT_REFERER,'http://referer.ru'); $resx = curl_exec($ch); curl_close($ch); ?>