Redirect Post Form. The post / redirect / get pattern or PRG pattern is a development approach that prevents duplicate content when submitting forms and provides a more intuitive user interface. Extra headers to send. */ public function redirect_post($url, array $data, array $headers = null) { $params.

On more than one occasion, I've come across novice PHP developers looking for ways to redirect the user and his/her submitted form variables to another external website.
This is the secret: Redirect with a self-submitting form.
It isn't possible to POST using Response. I needed to do a post and redirect functionality for an ASP. In this tutorial I'll show you how to redirect a url after form submission using php.