I am unsure what I am to search for this question so not much research has been done.
I have a MySQL table that I store scores for a pool team as 1 for a win and 0 for a loss
i am displaying the values on a table but would like to change the output into words maybe different colours depending on the value.
the value 1 i like to read Win in green and value 2 to read lose in red.
how can i do this? or can u link me to a basic tutorial