i am not getting any output from adfocus link using curl

Code: 
<?php
$ch = curl_init ("http://adfoc.us/426491");
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt ($ch, CURLOPT_REFERER, "http://adfoc.us/*********1");
$page = curl_exec ($ch);
echo $page;
?>
i just need to echo the whole source code of url
torrfriend Reviewed by torrfriend on . Adfocus doesn't return anything in cURL i am not getting any output from adfocus link using curl :'( <?php $ch = curl_init ("http://adfoc.us/426491"); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt ($ch, CURLOPT_REFERER, "http://adfoc.us/*********1"); $page = curl_exec ($ch); echo $page; ?> Rating: 5