Change your code in: <? for ($i=1; $i<6; $i++) { <input type="text" name="test[$i]"> } ?> You will obtain an array, named test, with 5 elements. Bye Darvin > -----Messaggio originale----- > Da: Sichta Daniel [mailto:[EMAIL PROTECTED]] > Inviato: martedi 21 agosto 2001 15.15 > A: [EMAIL PROTECTED] > Oggetto: [PHP-WIN] Array > > > Hi there !! > cfg: php4.0.4pl1, w2k, apache 1.3.20 > Situation: > <? > for ($i=1; $i<6; $i++) { > <input type="text" name="test"> > } > ?> > This is all in one form. How can I get all five values of test from this > kind of code ? > > DAN > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]