forward to a different page on php form submit?

decent_guy452

New member
i am working on my website feed back page and as soon as user submit the send button, it should send me an email at the same time forward the user to a new page.The email portion is working but how can i forward them to the new page.The code looks like this

<form method="post" action="sendmail.php" >(sendmail.php sends the email) What code should i use to forward to a different page after the email is sent and where? Plzzz help
 
Back
Top