populate dropdown in codeigniter form using set_value

前端 未结 5 375
深忆病人
深忆病人 2021-01-03 11:30

i have a form that uses a drop down and im using codeigniter , form helper and form validation so when i get a validation error in my form , all the correctly entered fields

5条回答
  •  长发绾君心
    2021-01-03 12:32

    What about if the the form select content is selected from a foreach loop like this

    id . ">" . $role->role_name . "";
                          }
          ?>
    

提交回复
热议问题