| Posted by Jerry Stuckle on 09/10/07 12:00 
David Gillen wrote:> 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.
 
 Yep, that will work just fine.
 
 --
 ==================
 Remove the "x" from my email address
 Jerry Stuckle
 JDS Computer Training Corp.
 jstucklex@attglobal.net
 ==================
  Navigation: [Reply to this message] |