Hi,
I need to get the content from a webpage, but to get the info I have to send a username and password using POST.
It would be realy easy so solve if I the page was using GET, the I could just include("page.php?user=user&pass=pass"). How do I do that with POST?
Thanks!