[PHP] Re: multi-dimensional arrays

2009-04-13 Thread Jo�o C�ndido de Souza Neto
I think the best way would be: $arrays = explode(PHP_EOL, $field); foreach ($arrays as &$array) { $array = explode(" ", $array); } Not tested, but should work. "Andres Gonzalez" escreveu na mensagem news:49e38a9e.3090...@packetstorm.com... > Hi, > > I am learning PHP and have a simple que

[PHP] Re: multi dimensional arrays / radio buttons / mass confusion on my part

2002-07-11 Thread Richard Lynch
>Ok.. what I have is a database of first names and last names, and some other >columns that don't matter here. > >A form is presented to a user, lets them enter a bunch of names, attributes >of the person, etc. > >After submission, each record is checked against the current database to see >if the