Maxim,

I just want them to be passed same as if passed via a <form> with a POST
method.
can i simulate the POST?
Like i tried to put then in the $HTTP_POST_VARS[] but ofcourse, won't be for
any good,
unless...hmm... i never tried it though, and i have no good knowledge about
it, but here's my idea:
ususaly, we use Header() to go to another page, what if by this header() i
compose the whole header string including the post variables to be posted to
the second page, and the do Header("Location: newloc.php") ?
Theorically, this should work, but i have no idea how the header that have
the posted variables is composed....

If any one can help I would appreciate that.

-elias

"Maxim Maletsky" <[EMAIL PROTECTED]> wrote in message
DC017B079D81D411998C009027B7112A015ED021@EXC-TYO-01">news:DC017B079D81D411998C009027B7112A015ED021@EXC-TYO-01...
> no other way.
>
> Unless you identify the user somehow VERY WELL, write the staff into the
> file, and then read the file on other page.
>
> But, basically - the values are being passed with - urls, forms, cookies,
> sessions (still cookies or urls). No other ways are out there.
>
> Let me know if you'll find a SECURE one :-)
>
> Cheers,
> Maxim Maletsky
>
>
>
> -----Original Message-----
> From: elias [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 29, 2001 4:25 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Post but not Post
>
>
> Hello.
>
> we all know that we can send variables to another PHP file via <form> tag
> and with post method.
> now i wonder if i can send variables from a script to another like POST
> method but not using form tags.
> like my question is how can i transfer data from form to form like the
POST
> of the <form> tag, but w/o session variables or cookies, or url parameters
> (like the GET method), and w/o forms ofcourse?
>
> Currently, i'm doing this via hidden forms and automatic posting via
> JavaScript, but is there is any clean and better way?
>
> Thanks.
>
>
>
> --
> PHP General 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 General 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 General 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