Hi,
I am done with inserting data to my own database, but the information that I need to pass through POST vars are to be submitted to some server which I don't own and probably not using PHP as their scripting language to catch variables.
Well, the situation is like this, I developed my own shopping cart and hosted it to my server. Then everytime there's a transaction, I need to transfer the summarized transaction data to a third party payment system/gateway. This payment system server is located in some/other server/site and is only concerned with the POST variables my scripts submit; and they are probably using Active Server Pages to catch my POST variables.
Is it possible for me to transfer data to my payment gateway without my clients seeing my HIDDEN POST variables in my scripts?
Thanks and I'm hoping for your reply.