Hi everyone,
What I'm trying to do is (I'm hoping) rather straight forward. I want to download a CSV file from a website (the website generates the CSV) and process it with PHP. I know how to do the processing, but I can't figure out how to get it from the website.
In my browser I would do the following:
1) Browse to the login URL
2) Login with my email address and password (via web forms) and click the Login button.
3) I'm redirected to the dashboard where several tables load by AJAX. The first table has a CSV button I click.
4) A CSV is downloaded to my computer. However URL is kind of cryptic (blob: UID>)
Does anyone know how I can mimic these actions in PHP? Is it possible?
Thanks in advance!
What I'm trying to do is (I'm hoping) rather straight forward. I want to download a CSV file from a website (the website generates the CSV) and process it with PHP. I know how to do the processing, but I can't figure out how to get it from the website.
In my browser I would do the following:
1) Browse to the login URL
2) Login with my email address and password (via web forms) and click the Login button.
3) I'm redirected to the dashboard where several tables load by AJAX. The first table has a CSV button I click.
4) A CSV is downloaded to my computer. However URL is kind of cryptic (blob: UID>)
Does anyone know how I can mimic these actions in PHP? Is it possible?
Thanks in advance!