Tagged Questions
0
votes
2answers
256 views
How to receive a batch of checkbox data in PHP?
The key code is:
while ($row= mysql_fetch_array($result, MYSQL_ASSOC))
{ $id=$row[id];
$html=<<<html
<tr><td>
<input style="float:left" type="checkbox" ...