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 always the same ( xname )
> 
> This generates automatically generates an array named xname in HTML 
> with all the diferent values assigned to a diferent position.
> 
> 
> My question is :
> 
> How do I retrieve that array from within PHP ?
> 
> 




See this webpage:-


http://www.php.net/manual/en/faq.html.php#faq.html.arrays





James



---------------------------------------------------------

Master CIW Designer          http://www.ciwcertified.com
Zend Certified Engineer      http://www.zend.com


http://www.jamesbenson.co.uk

---------------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to