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
>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
2 matches
Mail list logo