Re: Checkbox array
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Checkbox array

From: Paul Morrison <nospam@nospam.com>
Date: Mon Mar 06 2006 - 12:08:46 CET

> All fields that you want to post must be within the SAME <form>...</form>
> range, any fields outside that range, or fields inside another form are
> not posted when a form is submitted. Change the code so that you generate
> just one form, and all your form fields are inside that same form.

How can I enclose all parts of the form? When I first create the table I
need to open the form tag, but in order to enclose the checkboxes as well it
therefore needs to close after all the checkboxes have been created. I have
tried starting the form before I create the table and it doesn't like it.

Paul
Received on Mon May 1 02:28:19 2006