Hello,
The site that I am working on will have an unlimited amount of offers (checkboxes or radio buttons). I want to store each record without having to make a new column fields everytime I add a new offer.
The only way I can think of now is to store everything in an array and then store the array in the DB. But how do I do this? Or is there a more better and efficient way to do this?
Thank you so much in advance!
-Renny