I have a little script that prints a certain amount of rows in a mysql database.
Is there any way to make it so that after every second row it prints, ther
Use php and modulo.
such as
if($i % 3) { echo ''..