If I read an image location from mySQL DB to create a <a href> tag, is there a PHP module to detect the image resolution?
I want to use it so I could build a pop-up window with the correct dimension.
thanks!
http://us2.php.net/manual/en/function.getimagesize.php
Thanks! Found that lastnight while I was searching googles. WOrked pretty well so far