php select option selected from database in codeigniter

, Codeigniter : Call Option Selected from databaseExample tables, 1 imgtype :imgtype_id (pk),imgtype_name (VACHAR), , / , Copyright 2023. File Name - insert-form.php Generally, the autocomplete textbox is used for search input field where the user allows to input the pre-stored data. Select2 is a jQuery plugin that customizes HTML select element and makes it more user-friendly. In our example, we have created a select option field in form withfetched values from databaseusing for each loop and set validation rules for fields. Allow Necessary Cookies & Continue was the last line of my answer your problem? This page list the products information that can be edited. The looseness of the original code is just looking for an SQL injection attack. After fetching the results from the database, it will be listed below . How to post selected values from a dropdown list to database in codeigniter - El Forum - 09-02-2013 [eluser]nabin das[/eluser] Hi All, i have a simple user registration from in codeigniter having a dropdown field in the form. Hello Vickel, nice to see you again, I was thinking about using the simple redirect option lol I just prefer to struggle for perfection, but I thank you for your kind comment :). I am storing theme names in the database like so: I am then calling all themes in the Model and returning the array with this code: Step #1. rev2023.1.17.43168. You should use Codeigniter Form Helper to do that : Asking for help, clarification, or responding to other answers. In our example, we have created a select option field in form with fetched values from database using for each loop and set validation rules for fields. but when m trying to submit the form fields all values are going to db correctly, but entering blank for that drop down value. Preparation.