View Single Post
Old 04-08-2005, 05:05 PM   #4 (permalink)
Dr John
The Contributor
 
Join Date: Apr 2005
Location: Kent, UK
Posts: 54
Thanks: 0
Dr John is on a distinguished road
Default

You don't need a counter. Try this (in simple pseudocode)

your do

if somecolor==black
somecolor = white;
else somecolor = black;

your phpcode

while
Dr John is offline  
Reply With Quote