Codice PHP:

$file 
'http://www.tuosito.it/pagina.php';

$output=file_get_contents($file);

echo 
$output
attenzione!! anche se queste poche righe di codice sono di un file che sta su www.tuosito.it DEVI SEMPRE SPECIFICARE TUTTO IL PERCORSO WEB compreso http://

è inoltre possibile accodare richieste in get tipo

$file = 'http://www.tuosito.it/pagina.php?name=mario&id=19';