Hi,
I'm using $_GET['show'] to view images inside of a table, but the problem is, I see ImageNotFound default win picture inside when no any images selected..
how to view an image(notfound.jpg) When there are no images to get? Could someone guide me please?
This is the code that I use to GET images:
<tr><td width="100%" height="343" align="center" valign="center" ><div align="center"><img src="<?=$BigImgDir.$_GET['view']?>"></div></td>
</tr>
Please see the little screenshot to understand my question.