PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
With multiple boxes and more than one selected, how does one put the checked boxes into an array and insert into a single database column? Any links or videos would be appreciated.
For example:
karyoker wrote:With multiple boxes and more than one selected, how does one put the checked boxes into an array and insert into a single database column?
Ideally one doesn't. Keep your database normalized.
Although strangely, they did say "single database column" which could mean putting values in a column in multiple rows, like a table with just an autoincrement id and a social column. Honestly I only read up until "how does one put the checked boxes into an array" and figured I'd answer that first.