MistaSmart
Programmer
I have a list of IP addresses. However, since IP's are not always permanently on the internet, I want to know which server/domain this IP belongs to. In another word, I want the server's domain or IP address. I can't use the function gethostbyaddr(IP) because the IP's are not always used. So given an IP address, i want to know its server. How would I be able to do this? any help would b appreciated.