Anyone work with SimplePie?
i’m trying to figure out how to query an item from an rss field, and only display that item with the child nodes in array.
thanks!
Anyone work with SimplePie?
i’m trying to figure out how to query an item from an rss field, and only display that item with the child nodes in array.
thanks!
Let me be a bit more specific with my question
I have an RSS Feed with 200 Items in it.
<item>
<title> something </title>
<description> something </description>
<image>image</image>
</item>
<item>
<title> Title Me Here 1</title>
<description> something </description>
<image>image</image>
</item>
<item>
<title> Title Me Here 2</title>
<description> something </description>
<image>image</image>
</item>
<item>
<title> Title Me Here 3</title>
<description> something </description>
<image>image</image>
</item>
is there a way to search for title 2 and only retrieve in the results.
figured it out. thanks for the overwhelming help.