Hi,
I am extracting results from a Mysql database and showing them in a table.
Everyday when my script runs, it extracts the current days results which could be 1 row or 4 or 5 rows.
What I want to be able to do is alternate the row color every other day or by date such that all rows for a given day have the same color and the rows for the next day have the alternate color.
thanks for any suggestions?
sg