Hi Hugh,

you could manually build your HTTP-Header (request). Then you
can add Posting-Data. Have a look @ fsockopen() and the
HTTP1.1 Specification.

Hope this helps.

Greetinx,
  Mike

Michael Rudel
- Web-Development, Systemadministration -

Besuchen Sie uns am 20. und 21. August 2001 auf der
online-marketing-düsseldorf in Halle 1 Stand E 16
_______________________________________________________________

Suchtreffer AG
Bleicherstraße 20
D-78467 Konstanz
Germany
fon: +49-(0)7531-89207-17
fax: +49-(0)7531-89207-13
e-mail: mailto:[EMAIL PROTECTED]
internet: http://www.suchtreffer.de
_______________________________________________________________



> -----Original Message-----
> From: Hugh Bothwell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 11:54 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] sending POST data with header()?
>
>
> I can redirect a page like
>     header("Location: newurl.htm");
>
> but how can I extend this to pass POST variables along?
>
> (*NOT* GET vars, or cookies, or session vars, or
> include()ing the next file... I want to do it with POST
> vars.  It's a long story.)
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
>


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to