Im sure theres better ways, like giving each field its own cell, but that will serve its purpose for now. Can anyone suggest how I can alter this so that I can print out a column of checkboxes next to each row that I can select to delete the row from the table?print "<table border=2>"; while (my @array = $sth->fetchrow_array()){ print "<tr><td>"; print "@array\n"; print "</td></tr>"; } print "</table>";
In reply to Re: checkbox and mysql select
by breal
in thread checkbox and mysql select
by breal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |