Forum: Absolute Beginners
12-04-2010, 02:42 AM
|
|
Replies: 2
Views: 1,432
Adding a [CSS] class every 3rd result
Hello all, new to PHP so please, bare with me.
I'm trying to add a class to every third result of a mySQL query. I've tried to figure it out but have had no luck.
<?php
$result =...
|