mailto:[EMAIL PROTECTED]]
> Sent: 19 August 2001 03:37
> To: [EMAIL PROTECTED]
> Subject: [PHP] Extract email address from string
>
>
> I need to parse a string and extract only the email address. What is the
> best way to do this?
>
> i.e.
>
> $string
ject: [PHP] Extract email address from string
I need to parse a string and extract only the email address. What is the
best way to do this?
i.e.
$string = "Please send all email to [EMAIL PROTECTED] with a subject
line of Test.";
$email_addr would be equal to [EMAIL PROTECTED] .
I need to parse a string and extract only the email address. What is the
best way to do this?
i.e.
$string = "Please send all email to [EMAIL PROTECTED] with a subject
line of Test.";
$email_addr would be equal to [EMAIL PROTECTED] .
Thanks.
--
PHP General Mailing List (http://www.php.ne
3 matches
Mail list logo