On Mon, Mar 18, 2002 at 02:58:18PM -0500, Brian wrote:

> Does anyone out there know how to execute a WHOIS query from within PHP?

I use this on a NetBSD system:

   exec("whois -h whois.geektools.com $Domain", $Result);

--Dan

-- 
                PHP scripts that make your job easier
              http://www.analysisandsolutions.com/code/
         SQL Solution  |  Layout Solution  |  Form Solution
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to