So anyways, I\'m working on a small PHP website/script, and as one of the features I\'d like to be able to run a WHOIS lookup on the current domain the PHP script is running
With php you can use shell_exec to execute the whois command.
'; print_r($whois); ?>