I am displayin a table within php, and a table, however i would like to add soemthing to seperate the data.
For example, i have restrants, and the record, i would like one shade of blue and the other another shade of blue, how do i go about doing this.
I was thinkin about a counter, like
If $counter=1 then
background colour = blue
else
background colour = light blue
$counter = $counter ++
This is not the wasy i would write my code, however is an example, is there an easier way??
Adi