Find the IP address for the following URL address:
How do we find the IP address of a website?
We are using php's inbuilt function gethostbyname to retrieve the website's IP address. This PHP function (gethostbyname) gets the IPv4 address corresponding to a given Internet host name. To learn more about PHP please visit the official PHP website, wikipedia's PHP related article or try searching on google for more gethostbyname related websites.