Date: 01/14/10 (PHP Community) Keywords: web I’m helping with a web form that has a lot of selectable options. These are represented as check boxes in the form. I’m wondering if there is a way to create an array of all the selected items without having to check each one individually, and adding it manually. I suppose I could make a function to do all the hard work…but I’d still have to call that function for each and every checkbox item. Seems inefficient. Any ideas?
|