hi again... :)
please help me,how to make a check button,so the user can check which one to delete...and how to implement it with "delete" selected check button?
what code i must insert in my code,to have a check button each record... and how the procedure to check the "check button"?
if any link will answer this question,it will be help. thank you...
please help me,how to make a check button,so the user can check which one to delete...and how to implement it with "delete" selected check button?
Code:
<? while($row=mysql_fetch_assoc($result)){ echo "<table width ='100%' border='1'>"; echo " <tr> <td width = '10%'> $row[id_Customer] </td> <td width = '30%'> $row[Nama_Customer] </td> <td width = '20%'> $row[Alamat] </td> <td width = '10%'> $row[Kota] </td> <td width = '20%'> $row[C_Person] </td> <td width = '5%'align='center'> $row[Nom] </td> </tr> </table>"; } $Te =mysql_num_rows($result); echo "<b><font color='blue'><h3> Record Number= $Te </h3></b></font>"; mysql_close($cipai); ?>
if any link will answer this question,it will be help. thank you...
Comment