php-general | 2001062
Date: 06/19/01
- Next message: Wico de Leeuw: "Re: [PHP] Re: Lists are back up"
- Previous message: Michael Roark: "[PHP] unsubscribe php-general"
- In reply to: Pascal Polleunus: "[PHP] "simulate" form submission"
- Next in thread: Meir kriheli: "Re: [PHP] "simulate" form submission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
an article was posted to Zend a few weeks ago its title was:
Mimic form submissions in PHP by John Coggeshall
"Learn how you can use PHP to simulate GET and POST form submissions from
within your PHP scripts."
and the URL:
http://www.zend.com/zend/spotlight/mimocsumissions.php
hope this helps.
Papp Gyozo
- pgerzson <email protected>
----- Original Message -----
From: "Pascal Polleunus" <pascal <email protected>>
To: "_PHP" <php-general <email protected>>
Sent: 2001. június 19. 10:35
Subject: [PHP] "simulate" form submission
> 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
>
- Next message: Wico de Leeuw: "Re: [PHP] Re: Lists are back up"
- Previous message: Michael Roark: "[PHP] unsubscribe php-general"
- In reply to: Pascal Polleunus: "[PHP] "simulate" form submission"
- Next in thread: Meir kriheli: "Re: [PHP] "simulate" form submission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

