Email Notification of submitted details to MySQL database

Discussion in 'Scripts' started by bmpro, Jan 13, 2013.

  1. #1
    Hi everyone, I have a website with a php registration form where all submitted details go straight to SQL database. Is it possible to use or write some script which will notify me by email about new submitted form?
     
    bmpro, Jan 13, 2013 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Use the PHP mail() function to send that same data that goes into the database to yourself (or where ver you want) as an email. See the mail() page.
     
    Rukbat, Jan 17, 2013 IP