↧
Answer by The fourth bird for get url attribute of rss feed
I think that you can loop the children of $media and then get the attributes() from the thumbnail. Maybe this setup can help you: <?php $url =...
View Articleget url attribute of rss feed
I'm looking for a way to get the value of the url attribute with the media:thumbnail tag of this RSS feed. I currently have this code: //getNamespaces $ns=$rss->getNamespaces(true);...
View Article