Re: $_POST and multiselectable <select> tag



ELINTPimp wrote:


Do a search on this group for select+array

Ok, I thank you to let me lost time searching for this *complex* solution
(ah, select+multiple, not select+array) that is

name="list[]"

and not

name="list"

Good, this works... also if the "[]" is not valid in html4 name attribute :)

http://www.w3.org/TR/html4/types.html#type-name

ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed
by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"),
colons (":"), and periods (".").



.