[PHP] Convert dates
Is there a way to convert a date 2002-11-29 00:00:00:000to 29 November 2002 . Sturle -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] preg_match()
this, but i don't know what i can write in preg_match() to only get the email adress. while(odbc_fetch_row($ret)){ $Epost = odbc_result($ret,"Epost"); preg_match_all( '/?/', $Epost, $result); foreach ($result[0] as $loop_result) sturle --