[UPHPU] Checkboxes and MySQL

Wade Preston Shearer lists at wadeshearer.com
Tue Nov 28 11:36:07 MST 2006


> <input type="checkbox" name="test[]" value="vintage" />Vintage<br />

Checkboxes can only have one of two values: TRUE or FALSE


What you want is this:

<input type="checkbox" name="vintage" value="" />Vintage<br />
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2425 bytes
Desc: not available
Url : http://uphpu.org/pipermail/uphpu/attachments/20061128/a64787e2/smime.bin


More information about the UPHPU mailing list