Hi, I'm looking for a way to limit the number of feed items that are retrieved from the server. I've found lots of posts describing how you limit the number of...
No. SimplePie downloads the feed first, then parses it to determine how many items there are in the first place. In order to limit the number of items that the...
Oh and btw (now I know who you are, Ryan)... I'm very impressed with SimplePie... I used MagpieRSS for another site, unaware that SimplePie existed. The API is...
We (Geoffrey, Ryan M., and Ryan P.) thank you! -- Ryan Parman <http://ryanparman.com> Please don't email/IM me directly. That's why we have a mailing list. ;)...
Hello, I'm using PHP5, simplepie 1.1.3, and Michael Shipley's 2nd v filter add-on... I hope someone will help me with the Michael Shipley's filter add-on... I...
Hi All, I am in need of help on how to search by keywords on results from multiple feeds. First question. Can simple pie agreggate multiple feeds Secondly, is...
Recently I've noticed a few sites publishing their stories with a future date in an effort to keep the article on top of other listings. Is there any way to...
"Doesn't work" is extremely vague. ;) 1) What did you do? 2) What did you expect to happen? 3) What actually happened? -- Ryan Parman <http://ryanparman.com> ...
This my first time to have a blog. My Blog is www.kuliahbersama.com I already success to install simplepie on my wp 2.7.1. My main question is how to install...
Hi, I'm starting with simplepie and have problem with displaying feeds in the win-1250 encoding. Feed's encoding is win-1250, the same encoding has my page. I...
You MUST have the iconv extension installed, as (I believe) this is the one with Windows-1250 support. This comes built-in with PHP 5.0+. -- Ryan Parman ...
It would also be helpful to see where in your code you placed this configuration option. -- Ryan Parman <http://ryanparman.com> Please don't email/IM me...
Hi, I have roughly 150,000 blogs and their respective feeds to download. At a rough rate of 2 seconds to fetch and download each feed (most of the time spent...
Bugger - I just realized this also does not happen in the same spot always: Fatal error: Possible integer overflow in memory allocation (1 * 8 + 0) in...
I'm hoping to pull in four different feeds in four different divs on one page. I say I'm hoping, cos I'm really struggling to understand this stuff. I can see...
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. ... John Musbach has invited you to open a free...
I think I see what you're trying to do... consider using multiple instances of "$feed" as shown below where I use two instances of "$feed" ($feed and $feed1)...
... My basic advice would be to not use SimplePie (or, indeed, PHP at all) for such things. PHP is not easy to run prolonged scripts on (you have to very...
Hi, I have a similar problem but mine is related to using keywords entered by a user to search multiple feeds. For example in some jobs sites, a user enters...
hello, i hope you can help me. i just started using simplepie and try my best. i do not know, what i am doing wrong. my problem is: i have a wordpress blog and...