I have the following:
<td><div align="center"><a href="<?php echo $row['image']; ?>" target="_blank"><img src= "<?php echo $row['image']; ?>"width="200" height="150" border="0"></a></div></td>
Which returns a query, display a thumbnail that can be clicked on to display the larger picture.
What I would like to find out is how to display a default image (like an "image not found") if no image is available.