string gethostbyname ( string $hostname )<?$ip_address = gethostbyname("www.adma.kr");
echo $ip_address;?>