I just working with php mysql view rows from database in table but i want to make a link. when any one click comment it will be open as popup window.
image
echo "<tr bgcolor='#EBEBE6'>
<td width='5'> </td>
<td>".$rows['Date']."</td>
<td>".$rows['Payment_ID']."</td>
<td>".$rows['Staff_ID']."</td>
<td>".$rows['Amound']."</td>
<td>"[i want add popup link here].$rows['Comments']."</td>
</tr>";