Hey guys,
I got a form with a set of options in a drop down box
[code]
Name:
I fetch all the data from the mysql table into another page.The table is as follows:
name school Age
John Jr. High 9
Lilly College 19
Adam High School 14
Jake College 21
Is it possible to highlight the entire row with colors depending on the user’s name?
For example i want John’s row in green, Jake’s row in yellow etc…