php select option selected value 在 How do I set the selected item in a drop down box - Stack ... 的評價
You need to set the selected attribute of the correct option tag: ... <select> <option value="January"<?php if ($row[month] == 'January') ... ... <看更多>