Hello!
Why is always "guitar" chosed, even if there is a fitting value to the other two options please?
<select>
<option <?php if($row['type'] == "guitar") echo "selected"; ?>>Guitar</option>
<option <?php if($$row['type'] == "Bass") echo "selected"; ?>>Bass</option>
<option <?php if($$row['type'] == "lyrics") echo "selected"; ?>>Lyrics</option>
</select>