Posts by Fabio • 1 point
1 post
-
-2
votes3
answers315
viewsA: Would it be possible to list Enum from a table field through a query?
Use this script with PHP (just adapt to the language in which you are programming): $table_name = "nome_da_sua_tabela"; $column_name = "nome_da_sua_coluna"; echo "<select…