Reputation: 96
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
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