claudiamorgan
09-26-2008, 04:05 PM
I'm using a mailcode script from http://www.myphpscripts.net/ to stop spambots from using my form. When the form is submitted I would like it to go to my page http://www.claudiamorgan.us/thanks.html but right now it just writes "Thank You! Your message has been submitted.'
Here's the code:
else if ($formval != 1 && $emailval == 1) {
if ($bademail != true) {
mail($to, $subject, $msg, $headers);
$results[] = 'Thank You! Your message has been submitted.';
}
(the code can be found at http://www.claudiamorgan.us/contact/contact.php)
Can anyone help
Here's the code:
else if ($formval != 1 && $emailval == 1) {
if ($bademail != true) {
mail($to, $subject, $msg, $headers);
$results[] = 'Thank You! Your message has been submitted.';
}
(the code can be found at http://www.claudiamorgan.us/contact/contact.php)
Can anyone help