Changing row colors selecting checkbox

Hi all,

We have a PHP table interacting with a MySQL database.
Table is designed using <table>, <tr>, <th> and <td>.
This table is listing elements which can be selected or not using a checkbox at the left of every row.

Is it possible to change the color of the letter of a row in case of the corresponding checkbox is selected or not?

Thanks a lot!!!

You’ll need to do that in javascript

so sad, no way to use any changing parameter for doing it using PHP?

Nope

Ok, thank you guys!!