RE: [PHP] WHOIS in PHP

2002-03-18 Thread Coggeshall, John
Read my article on connecting to Internet services (Creating a WHOIS interface): http://www.zend.com/zend/spotlight/connecting.php John -Original Message- From: Analysis & Solutions [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 4:48 PM To: PHP List Subject: Re: [PHP] W

Re: [PHP] WHOIS in PHP

2002-03-18 Thread Analysis & Solutions
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

Re: [PHP] WHOIS in PHP

2002-03-18 Thread Greg Donald
On Mon, 18 Mar 2002, Brian wrote: >Hi: >Does anyone out there know how to execute a WHOIS query from within PHP? quick and dirty: #!/usr/bin/php -q -- --- Greg Donald - http://destiney.com/ http://phprated.com/ | http://ph

[PHP] WHOIS in PHP

2002-03-18 Thread Brian
Hi: Does anyone out there know how to execute a WHOIS query from within PHP? Thanks! --Brian Grossberg [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php