Jump to content

Changing class for every 6th row


dc_jt

Recommended Posts

Hi I have got a loop with a count starting at 0 and I need to change a class within the loop everytime the count hits 0, 6, 12, 18, 24 etc going up in sixes.

 

I then need one for everytime the count is 7, 13, 19, 25 etc again up in sixes but starting from 7.

 

How would I do this? I was thinking something like:

 

if($count%6==0) for the first one? Not sure about the second though starting at 7?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/181835-changing-class-for-every-6th-row/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.