[PHP] Re: Help retrieving an HTML array

2006-02-01 Thread David Dorward
Mauricio Pellegrini wrote: > I have a HTML page with a form in which there are some inputs like > these: > > input type=text name=xname value="3303" > input type=text name=xname value="9854" > > input type=text name=xname value="n..." That isn't an array, it is just a series of inputs w

[PHP] Re: Help retrieving an HTML array

2006-02-01 Thread James Benson
Mauricio Pellegrini wrote: > Hi , > I have a HTML page with a form in which there are some inputs like > these: > > input type=text name=xname value="3303" > input type=text name=xname value="9854" > > input type=text name=xname value="n..." > > > the name of t

[PHP] Re: Help retrieving an HTML array

2006-02-01 Thread Barry
Mauricio Pellegrini wrote: Hi , I have a HTML page with a form in which there are some inputs like these: input type=text name=xname value="3303" input type=text name=xname value="9854" input type=text name=xname value="n..." the name of the input is al