Posts Tagged ‘IP Address using php’

Get a domain name’s IP address with PHP

Friday, April 9, 2010 7:36 10 Comments

How to get Domain name’s IP address with PHP ?.
It’s very easy to get the IP address for a domain name using PHP. We have two powerful functions in php to get the IP address of a domain name.
Those functions are

gethostbyname()
gethostbynamel()

The first one will returnĀ  IP address corresponding to a given Internet host [...]

This was posted under category: PHP Tags: , ,