<?php $ip = "ip à géolocaliser"; $script = "http://www.ieducatif.fr/geoloc/geo.php?IP= "; $retour = file_get_contents($script.$ip); echo $retour; ?>