I have decided to use SimplePie to parse RSS and Atom Feeds. What I want to do is that let people to input RSS and Atom Feeds URL through text fields.
I have a local intranet site I am developing on which I want to display some rss feeds from other sites. Currently is is built on the Concrete5 CMS and I am using an RSS displayer plugin to display th
I am using yahoo weather feed and simplepie to get weather for my digita开发者_如何学JAVAl display. Since it is a website run on a screen, I can\'t refresh the browser all the time manually.
I\'m using SimplePie to combine various RSS feeds, and I want to control the output of each individual feed item based on the source for that item. My ultimate goal is to be able to control the conten
I\'m using simplepie with codeigniter to fetch lots of feeds from multiple sites. I want to category all results by time of publish.. Such as published in 5 minutes, 15 minut开发者_JS百科es, 30 minute
I have written a feed aggregator before but am trying to optimize it a bit. In the past, using simplepie (php class) to parse the feeds, I have used the get_id() function for each feed item to return
How can I get the title tag from the s:variant block below using simple pie? <s:variant> <id>product_variants-96590662</id>
I have a php string that contains the below HTML I am retrieving from an RSS feed. I am using simple pie and cant find any other way of splitting these two datasets it gets from <description>. I
I\'ve got a google news feed I display in my WordPress site, using the following code: $feed = fetch_feed($rss_url); // specify the source feed
I\'ve just installed SimplePie to parse my RSS feeds to display on my site. I\'ve tried their tutorial for grabbing custom XML tags, but things aren\'t working out.