insert radio value multiple data codeigniter in database to one row?
问题 I have a quiz online project i want the answer save like this in database +-----------+-------------+---------+-------------+ | id_answer | id_student | id_kuis | answer | +-----------+-------------+---------+-------------+ | 1 | 99999874465 | 7 | A,B,D,A,C,B | +-----------+-------------+---------+-------------+ this quiz is multiple choice. So how can i insert the data of answer like that. here's my view <?php echo form_open('c_kuis/addKuisAnswer',$atribut); ?> <?php foreach($soalPG as $row)