Search found 1 match

by rodica
Mon Jan 11, 2010 1:01 am
Forum: PHP - Code
Topic: php form to write in a database and send email
Replies: 1
Views: 214

php form to write in a database and send email

Hi, I have this form that is writing now in a database; I would like it to send an email with the data submitted by the user in an email. The send email code is at the end. Please let me know if you can help. Thank you! Here is the code: <?php if (isset($_POST['sub']) && count($errors)==0) {...