↧
Web Form not working
I have used the webformmailer.php that godaddy gives before with no problem. Now on this new site for whatever reason it's not working. Could anyone look at this code and tell me what's wrong with it...
View ArticlePHP E-mail Feedback Form
<?php $field_name = $_POST['cf_name']; $field_email = $_POST['cf_email']; $field_message = $_POST['cf_message']; $mail_to = 'someemail@eample.com'; $subject = 'Feedback from '. $field_name...
View Article