ip of http://www.adress.com

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Jose Arce
Forum Commoner
Posts: 37
Joined: Wed May 01, 2002 5:05 pm

ip of http://www.adress.com

Post by Jose Arce »

Hi, how can i find the ip adress of http://www.adress.com?

Thanks
User avatar
protokol
Forum Contributor
Posts: 353
Joined: Fri Jun 21, 2002 7:00 pm
Location: Cleveland, OH
Contact:

Post by protokol »

echo gethostbyname("www.adress.com"); // this returns the ip address of this hostname
Post Reply