Is there a method that I have missed with in PHP that will obtain the width and height of an image, specifically .gif, .jpg, and .png images?
If not can you recommend a method of finding this information?
Thanx all!!!!
🆒
Hi,
have a look at the function [FONT=courier new]getimagesize()[/FONT].
wizkid
Yes as a newbie I overlooked that this returns an array of information. Truly I thought that it would only return the size in bytes, thanks for the help!!!!!
:p