If I have a list like this:
Firstname1 LastName1
Firstname2 Lastname2
etc.

I can split the names by \n to put them into
an array which will then be output into an <option>
list for a form. But how do I reverse the names
so that the last name is first? Also, how do I
handle people with three names? Thanks.
Jeff Oien

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



Reply via email to