Hello my name is Paulo Carvalho and I am struggling with the following:
I am building a website with basic CMS functionality.
My problem is that in one of the pages I am using Easyslider to display
small comments about the clients.
These comments are divided in 3 per slide.
ex:(<li>
<p>comment 1/p>
<p>comment 1/p>
<p>comment 1/p>
</li>)
Now I am struggling with the following:
I am pulling the comments from the db and I would like to know if i can
split that array in 3's (array_slice) perhaps?
My goal is to within a foreach loop output 3 comments within a
slide(wrapped in <li>), so first 3 would output:
(<li>
<p>comment 1/p>
<p>comment 2/p>
<p>comment 3/p>
</li>)
Then another 3
(<li>
<p>comment 4/p>
<p>comment 5/p>
<p>comment 6/p>
</li>)
Thank in advance for all the replies.
Paulo carvalho
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php