is it possible for php get get image width and height ??
i am connecting into a db and pulling out various info including links to images, which are of differing sizes.
for good coding i want to be able to set the image height and width within the html output, but each image is a different size
i know i could use to extra fields in the db for width & height but though it may be possible without this ?
any ideas ??