I got some images in a database table and I use a script to show them.
In order to keep the page in the right layout, I want to know the width and height of this Image.
At home I use PHP4.0.x but at school I use 4.1.1
The problem is that the at home working function getimagesize("http://server/image.php?id=$id"); isn't working at school on the 4.1.1
I got the errors
Warning: php_hostconnect: connect failed in /usr/local/apache/htdocs/auction/productview.php on line 55
Warning: getimagesize: Unable to open 'http://server/auction/image.php?id=21' for reading. in /usr/local/apache/htdocs/auction/productview.php on line 55
Of course "server" is an working domainname
Does anyone know how to solve this problem>
Greetz
Mastermind