How do I read the contents from this table “items”?
$items = rtrim($_POST[‘items’],“,”);
I really need some help on how I can insert multiple selection, the same way how the delete.php works on delete multiple selection.
http://codeigniter.com/forums/viewthread/148425/
I believe it is some php to loop through the array items. I tried a foreach loop but in vain.
Help pls.