Hello, people
I have the following page: "xxx.com.br/page1.php"
In this page1.php contains a form whose "action" is set to "yyy.com.br/page2.php" (another domain)
I am getting the $ _POST variables from the form normally by the page2 of the other domain ... But I need to forward one of these variables to "xxx.com.br/page3.php" (a third page of the previous domain) p>
I'm having trouble forwarding a $ _POST received to another page in another domain ... How do I do this?