How do I write a WHILE loop that displays table info (in this case, graphics) 3 per row..
for instance, if I have ten graphics in a table, I want to display pictures - three rows of 3 and one row of 1
Code: Select all
echo "<tr><td>graphic1</td><td>graphic2</td><td>graphic3</td></tr>";all help appreciated in advance..
thanks.mc