hey
i was woundering how i could check to see if the number in my loop was a multiple of 4
so that i would only show 4 results on any one line, instead of showing all results on the same line apart from when the content has to automatically insert a break line.
i have devised a code for splitting my alphabet in up, so that it looked better when centered.
basically by having something like this in my for loop
if ($i==13( { echo "<br>"; }
but i was wondering how i could do a break line after every 4th result
thanks