I comment, in my DB I have a table Categorias
which contains, CategoriaID
, CategoriaDescription
and CategoriaColor
, my question is, when displaying the different categories in example inputs
<input type="button" value="'$row['CategoryDescription']'">
How can I give each one the background color with which the registration was made?