google.com: 74.125.132.100atlex.nl: 90.145.88.5 <?phperror_reporting(E_ALL);$urls = array();$urls[] = "google.com";$urls[] = "atlex.nl";for ($i = 0; $i < count($urls); $i++){ echo $urls[$i].": ".gethostbyname($urls[$i])."<br>";}echo highlight_file(__FILE__);?> 1
<?phperror_reporting(E_ALL);$urls = array();$urls[] = "google.com";$urls[] = "atlex.nl";for ($i = 0; $i < count($urls); $i++){ echo $urls[$i].": ".gethostbyname($urls[$i])."<br>";}echo highlight_file(__FILE__);?>