Quantcast
Channel: How to display image from RSS feed using PHP - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by KevMoe for How to display image from RSS feed using PHP

$
0
0

I was unable to find the image file using the content element. I broke it down piece by piece and found it in the item description. Not the best way to resolve but it'll work for now.

$found = preg_match('/<img.+src=[\'"](?P<src>.+?)[\'"].*>/i', $description, $match);

Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>