Get images from a URL and retrieve them all to select the one which is the biggest.

Posted by daniel on Stack Overflow See other posts from Stack Overflow or by daniel
Published on 2010-03-20T17:24:24Z Indexed on 2010/03/20 17:51 UTC
Read the original article Hit count: 273

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about regex