"JCampbell" <[EMAIL PROTECTED]> wrote:
> I think it may have to do with the gethostbyaddr($REMOTE_ADDR)

Why not try commenting out the line with that function and reporting back
whether the performance changes.

> $resolvedhost = gethostbyaddr($REMOTE_ADDR);

You're not using $resolvedhost anywhere in the script so why are you
defining it?

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to