How can I perform an action within a for loop every 5 results?
for
Basically I\'m just trying to emulate a table with 5 columns.
// That's an easy one for($i=10;$i<500;$i+=5) { //do something }