Posted by Jerry Stuckle on 09/07/07 20:05
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.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|