Daniel Iancu
Daniel Iancu

Reputation: 96

How to retrieve data from a website

I would like to retrieve some data from a couple of different websites(that is - all my different stream revenues) and display them on a single page, on my website. Note that in order to read the current revenue I have to log in all those websites, than navigate through some pages and finally retrieve data. Any idea of how to do this?

Upvotes: 1

Views: 280

Answers (1)

Jerska
Jerska

Reputation: 12012

You'll probably need and use cURL/file_get_contents and then preg_replace to get what you want.
Now, the coding part is your job.

Upvotes: 1

Related Questions