I am using php to display a data in a table.
I have tried access and mysql and they both work perfectly as far as displaying the table and the data goes.
The trouble is i want to format each column/field so that the bgcolor of each cell in the column/field will be dependent on the value of the data displayed. for example if the value of is less than 5 then bgcolor = red, and so on...pls help me as this is urgent!!!
Olu