Dear experties, I have a problem to insert checkbox value which is checked by user into multiple database..when I run this code, only one row inserted into database, but I had checked more than 3 checkbox..
Here is my code, please help me..
Dear all, actually before this I had used the implode (rcvr1, rcvr2,..,..) to store the value into database. But after discuss with my teams, they disagree to use this way then they suggested to store the data into multiple rows.. is it easy to update, delete or?? I need your suggestion.. before I go far with second ways.. may I know what the disadvantage in the future if I use the implode???