John Taylor-Johnston wrote:
PHP is Open Source. This is the general forum. Here is my suggestion:

Create $_SERVER['REMOTE_HOST'] as a variable.

$gethost = gethostbyaddr($_SERVER['REMOTE_ADDR']);

is getting old. Anyone agree?

Nope, sorry. I don't want my install of PHP to make a DNS lookup everytime someone visits my site.


--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

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



Reply via email to