Creating a web scraper at work for a database we don't have direct access to but we can get the data in HTML.
Problem is its behind a login, I am assuming I can send premeditated POST data (username and password) into tricking the ASP script into letting me have a cookie.
Then, PHP would have to show the cookie, request a certain page and scrape the data into a MySQL table.
Never really looked into cURL and if I am honest, I am only a PHP novice. I've looked at Wez Furlongs guide, but I think I need something more basic
Any pointers? (Sorry if this is really simple, its late on a friday and I am on a coffee high.)
Problem is its behind a login, I am assuming I can send premeditated POST data (username and password) into tricking the ASP script into letting me have a cookie.
Then, PHP would have to show the cookie, request a certain page and scrape the data into a MySQL table.
Never really looked into cURL and if I am honest, I am only a PHP novice. I've looked at Wez Furlongs guide, but I think I need something more basic

Any pointers? (Sorry if this is really simple, its late on a friday and I am on a coffee high.)