http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&siteId=0&language=en-US&output=RSS20&catref=C5&sacqy=1&sacur=0&from=R6&saobfmts=exsif&dfsp=1&sacqyop=eq&saslc=0&floc=1&sabfmts=0&saprclo=&saprchi=&saaff=afcj&ftrv=6&ftrt=1&fcl=3&ft=1&frpp=50&afcj=1234567&nojspr=y&satitle=Book&afmp=&sacat=-1&saslop=1&fss=0 PHP: That link always display like 50 or so ebay rss feed items. What string do i have to edit in order to change it to like 10 or 15 items per page? I always thought frpp=50 is what I must change but it's not
I'm pretty sure that it doesn't work (and never has). I've always just used a php counter in the parser to limit the amount of items shown.
Nvm, I am using simple pie and just found out that the method they use to do the $get_item() function. So I just have to insert 2 parameter in and done Thank though kerosene