It seems I’m having troubles populating a dropdown list from a MySql table.
The connection to the database works, and I can write data to the table. I can also display data in each field on the screen.
I would like to be able to populate a dropdown list from a column in this table. I’ve searched this forum and have not been able to incorporate some of the ideas presented.
I’m hoping someone may have this knowledge.
Thanks in advance,
Ken
Instead of writing to a table, use a
<select> <option..>combos to have the dropdown.ofcourse, it may change depending on your fields.