Tue Oct 28, 2008 2:20 pm
<?php
$ip = "204.71.200.75";
$host = "www.yahoo.com";
$verify_ip = gethostbyaddr($ip);
$verify_name = gethostbyname($host);
echo "$ip resolves to $verify_ip<br>";
echo "$host resolves to $verify_name<br>";
?>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.