PHP Email - Add Post/Add Data Info To Database

Discussion in 'PHP' started by ChristopherLeeMaher.Com, May 7, 2011.

  1. #1
    Hello,

    I wan to beable to sent an email to "ssl-2956@mysite.com" and PHP will get sertan parts from the email sent will do diffrent things.

    I get emails form a domain regestra that have
    <span>domain.com</span>
    HTML:
    and
    <strong>password</strong>
    HTML:
    and I need it to write the domain and password to a database.

    How can I do this?