ACtually, i'm trying to do this in Homesite, so right now i have this code with the rest of the code
echo "<td colspan=2 bgcolor=\"#FFFFFF\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"1\"><img src=\"gif/" . $row["id"] .".jpg\"> </font></td>";
would you know how to set up the if statement around it so that if the image source doesn't exist, then set up a message or another image? I'm used to using Coldfusion, and all the extras that come with it, so i'm having a few problems figuring it out