I am doing an image upload handler and I would like it to detect the dimensions of the image that\'s been uploaded by the user.
So I start with:
if (isse
from php manual very simple example.
list($width, $height, $type, $attr) = getimagesize("img/flag.jpg"); echo "";