Is it possible to send post data by a redirect such as header()?
I don't want to just set the $_POST data as a variable and send that, i want it to still be accessible via $_POST but without having to manually submit a form again.
Thanks.
edit* without sessions if possible.