Posted by Gav on 08/01/07 18:09
I'm wanting to send POST data to a script, but without it being sent via
the action of a form being posted - in other words I want to re-direct
to a page but have the POST data filled in for the page to deal with.
Is there a way to do this without using Session control?
I don't really want to go and change a whole bunch of old scripts to
implement sessions, so I was hoping to be able to use something like
header() to fill in the $_POST array before redirecting.
--
Gav
Navigation:
[Reply to this message]
|