I am trying to display Xml content in to tables, all works perfectly but some content in the tag that i don\'t want to display, I want only image but not
November 2012 c
you would need to parse the image url eg via preg_match and this regex '(http://(?:[^']*))'
preg_match
'(http://(?:[^']*))'