Welcome Guest, Not a member yet? Register   Sign In
storing form_multiselect items in db
#2

[eluser]bigtony[/eluser]
You could initially pass an empty array if you don't want anything selected by default. When it comes to process in your controller, the value in $this->input->post('idCue') will be an array, so just foreach through the elements and update your db however you need.


Messages In This Thread
storing form_multiselect items in db - by El Forum - 10-24-2009, 06:28 PM
storing form_multiselect items in db - by El Forum - 10-25-2009, 02:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB