dynamic list
TestSelect.php
I have a select box at lines 24-35 based on a query at lines 3-7.
I have the default option to be “Select Species.”
For some reason, the select box displays blank and when I click on it, it shows the last records in the list, not the first.
I want it to show “Select Species" and then the rest of the list in alphabetical order.
How do I fix this?