Re: [PHP] W3C Validator and Post Arrays

2009-04-02 Thread tedd
At 2:34 PM -0700 4/2/09, Michael A. Peters wrote: tedd wrote: At 4:03 AM -0700 4/2/09, Michael A. Peters wrote: Shaun Thornburgh wrote: Hi, We are getting errors when trying to vaildate our HTML due to the [ character when using Post Arrays: Line 173, Column 65: character "[" is no

Re: [PHP] W3C Validator and Post Arrays

2009-04-02 Thread Michael A. Peters
tedd wrote: At 4:03 AM -0700 4/2/09, Michael A. Peters wrote: Shaun Thornburgh wrote: Hi, We are getting errors when trying to vaildate our HTML due to the [ character when using Post Arrays: Line 173, Column 65: character "[" is not allowed in the value of attribute "id" Še="filte

Re: [PHP] W3C Validator and Post Arrays

2009-04-02 Thread Paul M Foster
On Thu, Apr 02, 2009 at 02:25:55PM -0400, tedd wrote: > At 4:03 AM -0700 4/2/09, Michael A. Peters wrote: >> Shaun Thornburgh wrote: >>> Hi, >>> >>> We are getting errors when trying to vaildate our HTML due to the [ >>> character when using Post Arrays: >>> >>> Line 173, Column 65: >>> c

Re: [PHP] W3C Validator and Post Arrays

2009-04-02 Thread Ashley Sheridan
On Thu, 2009-04-02 at 14:23 -0400, tedd wrote: > At 4:03 AM -0700 4/2/09, Michael A. Peters wrote: > >Shaun Thornburgh wrote: > >>Hi, > >> > >>We are getting errors when trying to vaildate > >>our HTML due to the [ character when using Post > >>Arrays: > >> > >>Line 173, Column 65: > >> c

Re: [PHP] W3C Validator and Post Arrays

2009-04-02 Thread tedd
At 4:03 AM -0700 4/2/09, Michael A. Peters wrote: Shaun Thornburgh wrote: Hi, We are getting errors when trying to vaildate our HTML due to the [ character when using Post Arrays: Line 173, Column 65: character "[" is not allowed in the value of attribute "id" Še="filters[calling_u

Re: [PHP] W3C Validator and Post Arrays

2009-04-02 Thread tedd
At 4:03 AM -0700 4/2/09, Michael A. Peters wrote: Shaun Thornburgh wrote: Hi, We are getting errors when trying to vaildate our HTML due to the [ character when using Post Arrays: Line 173, Column 65: character "[" is not allowed in the value of attribute "id" Še="filters[calling_u

Re: [PHP] W3C Validator and Post Arrays

2009-04-02 Thread Igor Escobar
Put [] in the name attribute, but in ID must be unique. Regards, Igor Escobar systems analyst & interface designer www . igorescobar . com On Thu, Apr 2, 2009 at 8:11 AM, Peter Ford wrote: > Peter Ford wrote: > > Michael A. Peters wrote: > >> Shaun Thornburgh wrote: > >>> Hi, > >>> > >>> We a

Re: [PHP] W3C Validator and Post Arrays

2009-04-02 Thread Peter Ford
Peter Ford wrote: > Michael A. Peters wrote: >> Shaun Thornburgh wrote: >>> Hi, >>> >>> We are getting errors when trying to vaildate our HTML due to the [ >>> character when using Post Arrays: >>> >>> Line 173, Column 65: >>> character "[" is not allowed in the value of attribute "id" >>>

Re: [PHP] W3C Validator and Post Arrays

2009-04-02 Thread Peter Ford
Michael A. Peters wrote: > Shaun Thornburgh wrote: >> Hi, >> >> We are getting errors when trying to vaildate our HTML due to the [ >> character when using Post Arrays: >> >> Line 173, Column 65: >> character "[" is not allowed in the value of attribute "id" >> >> …e="filters[calling_url]"

Re: [PHP] W3C Validator and Post Arrays

2009-04-02 Thread Michael A. Peters
Shaun Thornburgh wrote: Hi, We are getting errors when trying to vaildate our HTML due to the [ character when using Post Arrays: Line 173, Column 65: character "[" is not allowed in the value of attribute "id" …e="filters[calling_url]" id="filters[calling_url]" value="categories-bulk

[PHP] W3C Validator and Post Arrays

2009-04-02 Thread Shaun Thornburgh
Hi, We are getting errors when trying to vaildate our HTML due to the [ character when using Post Arrays: Line 173, Column 65: character "[" is not allowed in the value of attribute "id" …e="filters[calling_url]" id="filters[calling_url]" value="categories-bulk-ear Does anyone know of