<?php list($width, $height) = getimagesize('path_to_image');
echo $width."<br/>";
echo
$width."<br/>";
echo $height;
?>
No comments:
Post a Comment