Log in

View Full Version : index.php - which while statement?!


N!ck
04-22-2002, 01:34 AM
i know how to do alternating row colors, but i'm not sure which while statement i want to be dealing with in index.php. can anyone tell me what while statement i want to look at?

N!ck
04-25-2002, 02:42 AM
bump

Admin
04-25-2002, 10:00 AM
You'll want to stick it in this while() loop, I think:
while ( list($key2,$forum)=each($val1) ) {

N!ck
04-25-2002, 01:50 PM
thanks :D