Don wrote:
Hi,
I am pulling email values out of a database and the format is as follows:
John Smith
I need to parse the string into two variables as such
$name = John Smith
$email = john.sm...@somedomain.com
What would be the easiest way to do this?
Thanks.
[36] Sun 07.Mar.2010 0:27:35
[
Hi,
I am pulling email values out of a database and the format is as follows:
John Smith
I need to parse the string into two variables as such
$name = John Smith
$email = john.sm...@somedomain.com
What would be the easiest way to do this?
Thanks.
--
PHP General Mailing List (http://www.p
2 matches
Mail list logo