Thread
:
php question - blank.gif images
View Single Post
07-28-2004, 05:09 AM
Repetitive Monkey
Confirmed User
Join Date: Feb 2004
Posts: 3,505
if(!file_exists("$thumb_name.gif")){
$thumb_name="blank";
}
echo"<img src=\"$thumb_name.gif\" border=\"0\">";
Repetitive Monkey
View Public Profile
Find More Posts by Repetitive Monkey