How to find the host of a website using PHP?

322 Views Asked by At

I am developing a website which will find the host of the website, i am using the tracert method and then using the end result of the output as the host, which ends with ip addresses sometimes instead of the domain names.

Anybody has any ideas on this?

My current work can be seen at: http://ganguro.highviews.co.cc/

Please advice.

Thank you!

1

There are 1 best solutions below

0
On

you can use the ARIN api to get find who is hosting a website.

also refer to the following link