A working solution to the whois question
<?
$whois = `whois [EMAIL PROTECTED]`;

print "<pre>$whois</pre>";
?>

Notice those are back ticks, not single quotes. This will give youthe 
information you need, and the <pre> tag puts it out in the proper format 
for you.

yasin inat wrote:

>Thanx   friends ....
>
>
>
>
>  
>



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

Reply via email to