RE: [PHP] Illegal characters in HTML form element names.

2002-09-17 Thread Ford, Mike [LSS]
> -Original Message- > From: Jared Williams [mailto:[EMAIL PROTECTED]] > Sent: 17 September 2002 13:20 > > Hmm > 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]), hyp

RE: [PHP] Illegal characters in HTML form element names.

2002-09-17 Thread Jared Williams
ems to me, the rules for valid IDs & NAMEs are the same... -Original Message- From: Ford, Mike [LSS] [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 12:43 To: 'Jared Williams'; [EMAIL PROTECTED] Subject: RE: [PHP] Illegal characters in HTML form element names. > -Or

RE: [PHP] Illegal characters in HTML form element names.

2002-09-17 Thread Ford, Mike [LSS]
> -Original Message- > From: Jared Williams [mailto:[EMAIL PROTECTED]] > Sent: 11 September 2002 14:03 > To: [EMAIL PROTECTED] > Subject: [PHP] Illegal characters in HTML form element names. > > > Hi, > The HTML standard defines the set of character

[PHP] Illegal characters in HTML form element names.

2002-09-11 Thread Jared Williams
Hi, The HTML standard defines the set of characters that are valid in form element names. It does not include [ or ] and yet this seems to be the only way to get a set of form elements grouped into an array for server side processing. Why doesnt PHP do (Perl/ASP) automatically create an array