Posted by timlitw@gmail.com on 07/03/06 14:44
Krustov wrote:
>
> $pass=1;
> $filename="images/demo.jpg";
> if (!file_exists($filename)) {$pass=0;}
> if ($pass==0) {include('create_map_image.php');}
>
> If a image isnt found then $pass will equal 0
Thank you everyone for the help!
Navigation:
[Reply to this message]
|