Posted by: creativeboyhm on: April 3, 2008
http://osliving.com/
Posted by: creativeboyhm on: April 3, 2008
<?php
$sdip = gethostbyname(“avenir-technologies.com”);
$sddomain = gethostbyaddr($sdip);
print “IP: $sdip\n”;
print “Domain: $sddomain\n”;
?>
http://www.hudzilla.org/phpbook/read.php/15_3_0
Recent Comments