Hello I cannot seem to get my head round how to deal with multiple selects and form.serialize
I have, say, <select name="colour_value" size= "2" multiple="multiple"> <option value="green">green</option> <option value="blue">blue</option> <option value="yellow">yellow</option> <option value="white">white</option> </select> How do select both blue and white and use form.serialize to pass these values to a php file which will insert the values into mysql? I have seen that I should use colour_value[] but what next? Thanks! Geoff -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
