How can I change the color of some data extracted from my BD, for example if it is on a slope it is yellow and when it is resolved it is green.
<?php
$con=@mysqli_connect('localhost', 'root', '', 'bdpagina');
if(!$con){
die("i...
asked by
28.05.2018 / 21:40