I am using PHP and I am iterating a table with a result array ... I want to add row color and alternate row color to it.... How to do so? Any suggestion...
To streamline your server code you could use javascript to highlight your rows and add mouse over/out handlers to the rows to do whatever you want.
Very easy to do with jquery and many examples.