Dear Sir;
I have created a php page of displaying a thumbnail photos, but I don't know how to make a link on the dynamic image cell for opening a large size of the image in either a blank window or detail php page. Can you help me out for this problem? Thanks.
<td width="118"><img src="<?php echo $row_rst_results['images']; ?>" alt="dynamicimage" name="imageplace" id="imageplace" /></td>




:-D