Hi
When you run the query to insert something into the db just add this line to your code, that way, you insert the data and also send everything you want via email:
mail($mail_receiver, "Subject", $a_message_with_all_the_info, "From: $your_email");
Hope this helps
Cheers