How to fetch multiple img tags from html using php? -
<strong><a href="http://www.flickr.com/photos/therevsteve/5152424274/sizes/l/"> <img src="http://www.brightknowledge.org/knowledge-bank/teaching/teaching-in-private- schools/@@images/77cbbd71-bbf5-4fb6-a017-cc61016b6f60.jpeg" alt="teaching in private schools" class="image-right" title="photo steve day" /></a> there big differences between teaching in independent , state schools. find out important ones here.</strong><img src="http://www.brightknowledge.org/++resource++brightside.theme.images/badge.png" />
here html.i can able fetch img tags 1 one.there multiple img tags in html.how can fetch these img tags using php?
you can query img nodes using xpath.
the domxpath class there samples @ bottom of page.
Comments
Post a Comment