Backend and Infrastructure

PHP Redirect Response

Sprout Video

As you use your form, you'll notice that after you submit the form, you just keep seeing the form again. If you keep submitting it, you'll end up with a bunch of duplicate records. That's no good. In this tutorial you will implement a redirect on the form submission to take the submitter to the home page, instead of back to the form, using the header() function. We'll explain what exactly a header is and how that relates to our HTTP requests.