08-19-2008, 02:52 AM
[eluser]Mellis[/eluser]
Hi,
This is how I would do it:
In your view: You name your input checkboxes 'id_'.$id
In your controller: for each selected checkbox you explode the post key and do the update with the $exploded[1] value.
Greetings,
Mellis
Hi,
This is how I would do it:
In your view: You name your input checkboxes 'id_'.$id
In your controller: for each selected checkbox you explode the post key and do the update with the $exploded[1] value.
Greetings,
Mellis