> I've the following weird problem.
> I have a form which contains an array with values of some checkboxes.
> This is the HTML-part: 
> <INPUT TYPE=checkbox name=voorraad checked>
> if checked or 
> <INPUT TYPE=checkbox name=voorraad>

Try <INPUT TYPE=checkbox name="voorraad[]"> maybe...?

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to