In Db ch is a field with default value "Click here to view"
and when I clicked it shows image (reference path stored in DB)
in blank new window.
Now I want to show this link as submit button and in action i want another page which shows details.
echo "<tr>";
echo "<th bgcolor=#FFCC66>Image</th>";
echo "<td bgcolor=#FFE375><a href=".$row['image']." target=_blank>".$row['ch']."</a></td>";
echo "</tr>";