Here is the function, but there is nothing wrong with the function I don't
think.
Here is the function:
function GetURLImageSize($urlpic) {
return GetImageSize($urlpic);
}
Here is how we call it:
GetURLImageSize
("http://www.domainname.com/admin/showimg.php?s=17&type=category&image=70");
We did write the function like that for a reason... before PHP 4.0.x we used
GetURLImageSize because GetImageSize didn't exist yet. blah blah blah... you
know what I mean.
~matt
"Adam" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > For some reason, at random and without warning, the function just seems
to
> > stop working and does nothing but wait and timeout at 80 seconds. When
you
> > go to the page say www.somedomain.com it just waits and does not load
> > anything for 80 seconds, and when it does, the images that use
> GetImageSize
> > do not load.
>
> Example of the code perhaps? I've never had a problem with that function.
>
> -Adam
>
>
--
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]