<select>
<?
$label = $value==$database ? "selected":"";
echo "<option value=$value ".$label.">bb</option>";
?>
</select>