I like to know how to get all the data from mysql table to a combobox in a form and display. i have a table name datapack and in that table have id. category and description. i need to display all the fields in the category from a combobox. thanks.
Share
This creates a simple drop down list in HTML. You can add additional functionality using Javascript. jQuery is your friend.