Path : /var/www/html/smart_kpp2_bk17 มีค 69/phpMyAdmin/templates/sql/
File Upload :
Current File : /var/www/html/smart_kpp2_bk17 มีค 69/phpMyAdmin/templates/sql/enum_column_dropdown.twig

<select>
  {% for value in values %}
    <option value="{{ value }}"{{ value in selected_values ? " selected" }}>{{ value }}</option>
  {% endfor %}
</select>