Anyone able to point me in the right direction for what I need to display the whois information for an ip address.
I want to allow users to see what the information about their IP address is etc. Similar to the information this displays http://wrpn.net/tools/ipwhois.php
I know how to display a users IP Address with the code below
PHP Code:
<? echo getenv('REMOTE_ADDR'); ?>
I just now want to be able to have that info looked up and display the information relating to it.
I have done plenty of searches on google yet not found anythign of use yet I htink it must be relaively easy!