In php, I have a string like this:
$string = "[email protected] MIME-Version: bla bla bla";
How do i get the email address only? Is there any easy way to get the value??
EDIT:
THANKS guys. Using regular expression solved my problem. You guys are the BEST!!