Guys, i have a problem with POST and i hope someone can help me. I have two pages, A and B. I need to send some data through POST from A to B, and B can't be modified in any way. How can i send my POST data from A to B, using PHP? The thing is: i don't need to just send the data, i need to go to the page as well, while sending the post, since B creates a cookie that i need.
header + curl? fsockopen? curl only?