[PHP] Re: whois query

2002-09-12 Thread yasin inat

Thanx   friends 




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




Re: [PHP] Re: whois query

2002-09-12 Thread Tom Ray

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