$this->input->post() function not working in model for one instance but others its ok? |
[eluser]ccschmitz[/eluser]
[quote author="mi6crazyheart" date="1309983472"]I think the 3rd parameter in u'r following code may b creating d prob... Code: echo form_dropdown ('procedure_deparment', $department, set_value('procedure_department')); Just, remove that 3rd parameter & test once...[/quote] Yeah, set_value doesn't work with dropdowns. There is a set_select method you could try though: http://ellislab.com/codeigniter/user-gui...elper.html |
Welcome Guest, Not a member yet? Register Sign In |