Search results

  1. B

    Extract emails/names that are comma delimited in an HTML form and extract only emails for use in a PHP script?

    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...
Back
Top