This is part 2 of an earlier post. A user fills out a form on a web page.
On submittion of the form, the contents of same are emailed to the owner of
the site. What I would like to do next is redirect the user to a new page
once the email has been sent. I tried header("Location:
.../thankyou.php"); ... but nothing happens.