How can i count the number of the selected checkboxes from this table:
<tbody>
<tr>
<td>
<center>
<form>
<input type="checkbox" value="<?php echo $rws['amount']; ?>" />
</form>
</center>
</td>
</tr>
</tbody>