echo "<select>";
echo "<option>are</option>";
echo "<option>ere</option>";
echo "<option>ire</option>";
echo "<option>ore</option>";
echo "</select>";
I currently have this, but I want the default selected item to be taken from the database when the "class" is one of these options (which it always is). Any help?
P.S. the class value is found through the variable $v['class'].