Posted by Greg Donald on 02/11/05 18:09
On Thu, 10 Feb 2005 15:58:28 -0800, Brian Dunning
<brian@briandunning.com> wrote:
> I'm using an RSS feed that has WAY too much content, I only want the
> first 10. I'm outputting the array with a foreach loop: is there a way
> to limit it to only go through the first 10?
Use a counter variable and break.
php.net/break
--
Greg Donald
Zend Certified Engineer
http://destiney.com/
Navigation:
[Reply to this message]
|