Prova con le curl

Codice PHP:
$url "http://www.sito.it"

$ch curl_init($url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
$data =curl_exec($ch);