i want to pass a url value from a php script to another.I have a database in which i have stored some feeds.I have given some weight values to these feeds and a php script grabs a feed url randomly ba
Im working on a project that uses SimplePie to to pull in a number of news feeds which is working great, but I would like the SP links to open the page on site in a LightBox, how can I do this?
Hay all im building a news aggregator with SimplePie, the SP elements are working fine but I would like to have the feeds that it pulls in displayed in columns across the page using HTML5 and CSS3. I
I am using SimplePie to parse and display an xml feed on my site. I have two separate rss feeds and I running each one through SimplePie then displaying them in the side bar.
My site is completely custom, as such I like to know when I have poorly written code. I use set_exception_handler and set_error_handler to use custom classes to log errors to a file. This includes not
I am trying to parse a XML using SimplePie. SimplePie wouldn\'t even recognize this as RSS if I didn\'t turn set force_feed to TRUE.
I am trying to create a simple RSS parser using the two frameworks. However I am getting 开发者_运维百科PHPerrors when trying to write to my cache directory:
I\'m using some PHP scripts from FeedForAll to join together RSS feeds (RSSmesh) and display them as HTML (RSS2HTML).
I am trying to use SimplePie to pull a group开发者_开发知识库 pool flickr feed: $feed = new SimplePie();
I\'m trying to find a way to split a single RSS feed into separate feeds based on keyword matches. Yahoo Pipes was my first thought, but I couldn\'t find a way to do it. Although Pipes has a split mo