Hi to all of the helpfull webmaster on this great forum. I come to you with a question.
I would like to be able to select 2 options from a select list.
P.S I generate the list from a mysql databse,but I dont think that this should be a problem.
Marshall
8:51 am on Aug 29, 2007 (gmt 0)
Generally, a person can select two or more optoins by holding down the control key while making the selection.
Marshall
FnTm
9:49 am on Aug 29, 2007 (gmt 0)
IF that is really true, then I have done something wrong, because it wont left me do that.
vincevincevince
9:50 am on Aug 29, 2007 (gmt 0)
multiple="true"
FnTm
12:28 pm on Aug 29, 2007 (gmt 0)
thanks vince, but as I found out, it wasnt working for me, because I had it sent in form mysql and then sent out TO mysql. So it only took 1 value, but I solved it, by putting 3 choice fiels in there :D
vincevincevince
12:37 pm on Aug 29, 2007 (gmt 0)
Name the field ending in a [] and then parse the results as an array.