lo estoy intentando asi pero no lo consigo
Código PHP:
<?php
$ip=$_SERVER['REMOTE_ADDR'];
$xml="http://api.hostip.info/get_html.php?ip=".$ip."&position=true";
$html = file_get_contents($xml);
echo($html);
?>
pero con esta funcion solo abre ficheros texto....
bueno haber si alguien sabe algo
GRACIAS DE ANTEMANO