Hi there,
How can I get the width and height of an image from a remote server, not from a database?
$size = getimagesize($url); echo "X: " . $size[0]; echo "Y: " . $size[1];
u need gd lib to use this function