Posted by David Gillen on 09/10/07 10:04
Jerry Stuckle said:
> Lorenzo Thurman wrote:
>> I have a group of checkboxes drawn by javascript and I need to get each
>> of their states into PHP after submitting the page. I should think I
>> could get them in a POST, but that fails. Anyone have any ideas?
>> TIA
>
> It's how HTML works. Only checked boxes are sent in the GET or POST
> request. Unchecked ones are not.
>
So check isset($_POST['myCheckBox']).
D.
--
Fermat was right.
Navigation:
[Reply to this message]
|