I use the following code to redirect the browser on an error,
header("locatio n:error.php");
exit;
Is it possible to pass POST variables on as if a form was submitted, using
header()?
Thanks for your help,
Ben.
header("locatio n:error.php");
exit;
Is it possible to pass POST variables on as if a form was submitted, using
header()?
Thanks for your help,
Ben.
Comment