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?
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.