multiple checkbox
Posted: Mon Nov 21, 2005 4:52 pm
i need th number, values of my checkboxes. where is the problem?
select id from.....
.....
echo"<input type='checkbox' name='id[]' value='".$row['id']."' >";
......
i need all the checkbox values in a POST, but i get them only when are checked.
thx
select id from.....
.....
echo"<input type='checkbox' name='id[]' value='".$row['id']."' >";
......
i need all the checkbox values in a POST, but i get them only when are checked.
thx