On 1/9/07, Wickham, Larry <[EMAIL PROTECTED]> wrote:
If you are running under linux you can use one of the many exec functions in 
php to execute the whois command.

<?php
$command = "whois domain.com";

i'd rather like to see a path used from from `which whois`

Assuming paths is evil :)

Curt.

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

Reply via email to