I've searched the web but haven't found an easy to understand sample of code for this. Could someone please share with me the code to perform a POST using PHP. I'd like page A to ask the user to click submit, which would post the information to page B. Page B would then automically evaluate the post variables and construct a post that would be automatically be sent to page C.
I'm hoping to find some code that shows how to us PHP to issue a POST of information to a web page.
Any info is great appreciated.