2
Hello, everybody
I have the following page: "xxx.com.br/pagina1.php"
In this page1.php contains a form whose "action" is set to "yyy.com.br/pagina2.php" (another domain)
I am managing to receive $_POST form variables normally by page 2 of the other domain... But I need to forward one of these variables to "xxx.com.br/pagina3.php" (a third page of the previous domain)
I’m having trouble forwarding a $_POST received to another page from another domain... How do I do this?
Usa
cUrl
on page 2 to send to page 3.– Augusto
I will use Curl with the example of the friend there, thank you!
– T. Lima