Re: $_POST and multiselectable <select> tag
- From: Andy Hassall <andy@xxxxxxxxxxx>
- Date: Fri, 31 Aug 2007 21:21:28 +0100
On Fri, 31 Aug 2007 19:03:45 +0200, "Fabio" <znt.fabio@xxxxxxxxxxx> wrote:
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 :)
It is valid.
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 (".").
The name attribute is not of type NAME, see the DTD (and previous
discussions).
http://www.w3.org/TR/html4/interact/forms.html#adef-name-INPUT
--
Andy Hassall :: andy@xxxxxxxxxxx :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
.
- References:
- $_POST and multiselectable <select> tag
- From: Fabio
- Re: $_POST and multiselectable <select> tag
- From: ELINTPimp
- Re: $_POST and multiselectable <select> tag
- From: Fabio
- $_POST and multiselectable <select> tag
- Prev by Date: Re: Newbie Question - do I have php installed
- Next by Date: Re: Newbie Question - do I have php installed
- Previous by thread: Re: $_POST and multiselectable <select> tag
- Next by thread: Re: SoapClient not sending proper SOAP requests -- how do I correct this?
- Index(es):
Relevant Pages
|