Codice PHP:
$size getimagesize("http://forum.html.it/forum/logo.gif");
var_dump($size); 

array(7) { [0]=> int(224) [1]=> int(69) [2]=> int(1) [3]=> string(23) "width="224" height="69"" ["bits"]=> int(8) ["channels"]=> int(3) ["mime"]=> string(9) "image/gif" }


a me funge

PHP 5.0.2 ma dovrebbe andare anche a te con 4.3.10..

anche se nel manuale non è menzionato... vedi nel tuo phpinfo() se hai questo valore:

allow_url_fopen On On


può essere che sia quello.. solo che se sei su un server che non puoi configurare tu in prima persona.. non puoi farci niente