Hi,
I want to find IP against a domain name and i also want to find other domains on a given IP? Is there any way i can do it with php? Thanks in advance.
Regards,
how to find domain's ip?
Moderator: General Moderators
Re: how to find domain's ip?
Hi itsmani1,
Use this to get IP from domain name.
$ip = gethostbyname('www.example.com');
Regards,
Adroit
http://www.adroitsoftware.org
Use this to get IP from domain name.
$ip = gethostbyname('www.example.com');
Regards,
Adroit
http://www.adroitsoftware.org