Possibly you could use the header() function.

header(Content-type: application/x-www-form-urlencoded);
header(Content-length: echo $conten_length_in_byte;);
header(var=$content&var2=$conten3);

It's a gess,
didn't tryed.

Try curl 
or 
snoppy class <- at sourceforge
also at phpclasse.org a lot of dealing with http.

robert


> -----Ursprüngliche Nachricht-----
> Von: NoWhErEMan [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 20. August 2002 07:54
> An: [EMAIL PROTECTED]
> Betreff: [PHP] Can i send post variable thur header?
> 
> 
> Hi all,
> 
> I want to redirect to another page and pass some post
> variables to that page. I know how to pass get variables ( 
> just include at the end of url) But i have no idea how to 
> pass post variables, is it possible ?
> 
> Thanks
> 
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to