Forum Moderators: coopster

Message Too Old, No Replies

POST with header("Location: ...

         

mifi601

3:09 pm on Mar 4, 2004 (gmt 0)

10+ Year Member



I am trying to post variables AND not have the user see it, meaning the user is lead to the next page immidiately, AFTER I calculate the form fields.

In this case I want to lead them to PayPal.

Currently I just use GET, by just putting the variables as querystrings after the "location: url"

any thoughts?

lunarmys

3:13 pm on Mar 4, 2004 (gmt 0)

10+ Year Member



check out curl, it can do that for you

[php.net...]

mifi601

8:20 pm on Mar 12, 2004 (gmt 0)

10+ Year Member



Thanks for the tip!

I guess I will have to talk to my server, to install it ..

Michael