I simply want to extract a certain image from a block of html text that may contain 5 different images--in the image I want, the url always starts with "http://yourhosthere.images.....," where the other images don't have that same beginning url structure. I just cannot figure out how to just grab that one image and ignore all the others.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
A sample of the HTML would help, but you can use
tested: http://www.ideone.com/XbFcS |
|||
|
|
|
You may want take a look at this: http://simplehtmldom.sourceforge.net/manual.htm - specifically at the attribute filters. |
|||
|
|