I have a group of links with href
of an image
how can i open this in another page within an <image>
tag ? or an iframe
and can i get the information shown inside the iframe
while ($row = mysql_fetch_assoc($files)) {
echo('<tr>
<td>♦ <a href="uploads/'.$row['file_name'].'">'.$row['file_name'].'</a> </td>
</tr>');
}