guys??
how to delete a displayed data..
my code is this,,
<?php
while($arrRecord = mysql_fetch_array($dbRecords))
{?>
<table border=2 align=center width=30%>
<form name="frmdelete" action="delete.php">
<tr>
<td><?php echo $arrRecord['Title'];?> by <?php echo $arrRecord['Artist'];?></td>
<td...