|
Posted by dkruger on 08/01/07 19:09
On Aug 1, 1:09 pm, Gav <g...@dentrassis.com> wrote:
> 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
Or add your variables and data directly to the URL to make the
receiving script think the form was posted with GET method.
Navigation:
[Reply to this message]
|