Re: [PHP] Slow running PHP

2001-04-03 Thread Steve Werby
"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 anywhe

[PHP] Slow running PHP

2001-04-03 Thread JCampbell
This is going to be a silly question. I have written the following form to mail script, and it works. But it takes a good minute or so to process. Can any one shed some light? I think it may have to do with the gethostbyaddr($REMOTE_ADDR) but if anyone else can help, that would be great. Jon