Hi,
ANyone know a good way of splitting an array over different rows?
I would like to have the array 3 per line
E.g.
<table>
<TR>
<TD>" .$result["Image"] . "<BR>" .$result["Name"] . "</TD>
<TD>" .$result["Image"] . "<BR>" .$result["Name"] . "</TD>
<TD>" .$result["Image"] . "<BR>" .$result["Name"] . "</TD>
</TR>
and repeat until the end of the array with 3 per row.
Thanks