This is a discussion on RE: [PHP] site down have question within the PHP General forums, part of the PHP Programming Forums category; or try; $reversed_name = implode(", ", array_reverse(explode(" ", $originalname))); course, with more than two names, you can guess ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
or try;
$reversed_name = implode(", ", array_reverse(explode(" ", $originalname))); course, with more than two names, you can guess the results. Warren Vail -----Original Message----- From: Jay Blanchard [mailto:jay.blanchard@niicommunications.com] Sent: Wednesday, November 26, 2003 12:21 PM To: php-general@mccullough-net.com; php-general@lists.php.net Subject: RE: [php] site down have question [snip] what is the function that takes Dan McCullough and makes it McCullough, Dan? Anyone, cant seem to get php.net to load [/snip] Try http://us2.php.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |