Get a domain name’s IP address with PHP
It’s easy to get the IP address for a domain name using PHP’s gethostbyname() and gethostbynamel() functions. This post looks at some examples of using thegethostbyname() function in PHP to get a single IP address for a hostname.