Re: Parse a string containing name and email

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

on 03/06/2010 11:34 PM Don said the following:
> Hi,
> 
> I am pulling email values out of a database and the format is as follows:
> 
> John Smith<john.smith@xxxxxxxxxxxxxx>
> 
> I need to parse the string into two variables as such
> 
> $name = John Smith
> $email = john.smith@xxxxxxxxxxxxxx
> 
> What would be the easiest way to do this?

You may want to take a look at the MIME parser package. It comes with a
separate class name RFC 822 addresses that can be used exactly to parse
e-mail addresses in any valid format that may appear in message headers:

http://www.phpclasses.org/mimeparser

-- 

Regards,
Manuel Lemos

Find and post PHP jobs
http://www.phpclasses.org/jobs/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux