<?php
//check if image exists
if($img = @GetImageSize("testimage.gif")){
echo "image exists";
}else{
echo "image does not exist";
}
?>
//check if image exists
if($img = @GetImageSize("testimage.gif")){
echo "image exists";
}else{
echo "image does not exist";
}
?>
0 comments:
Post a Comment