SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the getimagesize function like this:
getimagesize
list($width, $height) = getimagesize('path to image'); echo "width: " . $width . "<br />"; echo "height: " . $height;