I have an html input form with 'post' as the action. The user fills in the form and clicks 'submit'. The php page does some checking of the data the user submitted, and then sends an email. At this point I want to navigate back to the browser's home page or an acknowledgment page, but I can't seem to figure out how to do this. Can someone help?
browser's home page ? What do you mean do you want to redirect to your site home page if yes then it is like this way. header('Location:url of your homepage');