php-general | 2001062
Date: 06/19/01
- Next message: Christian Dechery: "Re: [PHP] upload on Win9x"
- Previous message: Steph: "[PHP] connecting to a particular newsgroup (usenet)"
- In reply to: Pascal Polleunus: "[PHP] "simulate" form submission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tuesday 19 June 2001 11:35, Pascal Polleunus wrote:
> Hi,
>
> Does someone know how to "simulate" a form submission?
> I guess I need to do something like
> header("Location: http://www.mysite.com");
> header($PostVarsData);
> where $PostVarsData must contains the header informations to send the post
> vars
>
> but what are these header informations?
> how can I handle that?
>
> Thanks,
> Pascal
You can use the http class from Manuel Lemos, see:
http://phpclasses.upperdesign.com/browse.html/package/3
-- Meir KriheliThere's someone in my head, but it's not me - Pink Floyd
- Next message: Christian Dechery: "Re: [PHP] upload on Win9x"
- Previous message: Steph: "[PHP] connecting to a particular newsgroup (usenet)"
- In reply to: Pascal Polleunus: "[PHP] "simulate" form submission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

