Code Igniter - form_dropdown selecting correct value from the database

前端 未结 5 1348
傲寒
傲寒 2021-01-05 18:52

Im having a few problems with the form_dropdown function in CodeIgniter .... My application is in 2 parts, a user goes in, enters a form and submits it .... once its submitt

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-05 19:43

    For update case, you have pass corresponding value to view, if passing variable is like $ind_post(from controller ) then write this code like:

    salaries,'');  ?>
    

提交回复
热议问题