[PHP] Re: getimagesize() with ftp-url?

2002-10-13 Thread Stefan Wessman
Well, it is remote in the case of http-url's. Try this code: http://www.php.net/gifs/php_logo.gif";); echo ''; print_r($size); echo ''; ?> And you will see this result: Array ( [0] => 120 [1] => 64 [2] => 1 [3] => width="120" height="64" [bits] => 8 [channels] => 3

[PHP] Re: getimagesize() with ftp-url?

2002-10-13 Thread nicos
getimagesize isn't remote. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Stefan Wessman" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi! > > Can anyone tell me if the getimagesize() function is supposed to work with