can any one please help me,by telling how to create a check box.
<form name="frm" action="action.php">
<tr><td><input type="check box" name="box[]"
value="--" </td></tr>
</form>
can any one tell me what should be passed as the value and what should the action .php contain...
please help ..