<?php
if
($img = @GetImageSize("images.jpg")){
echo
"image exists , here is some info<br>";echo
"width = $img[0]<br>";echo
"height = $img[1]<br>";}
else
{
echo
"image does not exist";}
?>
After running the program you will get the following output
OUTPUT :image exists , here is some info width = 143 height = 136If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.