<?php list($width, $height) = getimagesize('path_to_image');
echo$width."<br/>";
echo $height;
?>
We provide online web development solution like PHP,jQuery,Laravel,Wordpress and we cover the latest tech news and how to tech and tricks.
<?php list($width, $height) = getimagesize('path_to_image');
echo$width."<br/>";
echo $height;
?>