Forum Moderators: coopster
<?php
$filename = 'example.com/images/pokemon/normal/001.png';
if (file_exists($filename)) {
echo "File exists";
} else {
echo "No Image";
}
?>
The image is at the link if you got to it but for some reason it says that the image isn't there.
[edited by: jatar_k at 6:50 pm (utc) on April 9, 2008]
[edit reason] please use example.com [/edit]