cosi...

Codice PHP:
        $query "select * from colori where id = '1'";        $result mysql_query($query);                $row mysql_fetch_object($result);                foreach($row as $k=>$v) {                        if($v == "si") {                echo  $k "<br>";            }         }