I have an HTML form that is posting to a PHP script. The user enters in email addresses in the following format: John|
[email protected], Bob|
[email protected], Tom|
[email protected].
'|' is the delimiting character used to separate the email from the persons name, and ',' is used to separate each of...