GRRRRRRRRRRRRRRRRRRRR
im trying to use this if statement with images but with internet explorer i get the boxes with the red x if there is no image assingned to that area
<th width="95" height="75" scope="row"><?php if($imgnumber<=1){ echo "<img src=" . $directory . $image1url;?>" width="87" height="69" border="0" usemap="#Map"><?php } ?></th>
<td width="84"><?php if($imgnumber<=2){ echo "<img src=" . $directory . $image2url;?>" width="87" height="69" border="0" usemap="#Map2"><?php } ?></td>
<td width="85"><?php if($imgnumber<=3){ echo "<img src=" . $directory . $image3url;?>" width="87" height="69" border="0" usemap="#Map3"><?php } ?></td>
<td width="88"><?php if($imgnumber<=4){ echo " <img src=" . $directory . $image4url;?>" width="87" height="69" border="0" usemap="#Map4"><?php } ?></td>
<td width="89"><?php if($imgnumber<=5){ echo "<img src=" . $directory . $image5url;?>" width="87" height="69" border="0" usemap="#Map5"><?php } ?></td>
</tr>