Split MySQL result into groups of 4
Posted: Thu May 28, 2009 11:11 am
Maybe today my brain isn't much of use
but I need help to split mysql result into groups of 4 like
result1
result2
result3
result4
(and here goes some delimiter like <hr/> or something like that..)
result5
result6
result7
result8
(delimiter again)
.. etc to the end of the mysql array...
result1
result2
result3
result4
(and here goes some delimiter like <hr/> or something like that..)
result5
result6
result7
result8
(delimiter again)
.. etc to the end of the mysql array...