I am trying to login into a REMOTE website, that is somebody elses that I want to get info off (basically I want to get the URLs of loads of files without having to open up each one in a web browser) but I have to login to the site to be able to get the info I want.
I have already experimented with posting the required fields to the login script to process the login but it will not work because the site requires a cookie to be set before it will show the page. Basically I get the "not logged in" page when I echo the downloaded page to the browser. I was wondering if it was possible to be able to get around this anyhow so I can login to a remote website without actually having to open internet explorer.