Get images from a URL and retrieve them all to select the one which is the biggest.
- by daniel
I want to open a URL and RegEx all the image's URLs from the page.
Then I want to cURL all of them and check what size they have. In the end I want to get the biggest one. How do I do this?