quartzy
12-18-2010, 12:45 PM
I have a form that I do not know how to send the form to if it is sucessful.
This is the code :
else {
mail ($to, $subject, $message, $headers);
header("Location: process.php");
}
I want the form to go to process.php so that the rest of the form will work. But it does not seem to want to go.
url: www.leeoasis.org.uk/php_files/volunteer_form.php I get the thank you page but not the email.
This is the code :
else {
mail ($to, $subject, $message, $headers);
header("Location: process.php");
}
I want the form to go to process.php so that the rest of the form will work. But it does not seem to want to go.
url: www.leeoasis.org.uk/php_files/volunteer_form.php I get the thank you page but not the email.