Issue
I want to upload different data with different values, and I am getting with dd() result like I want, but its only stored first values
If I checked 0, 3, 5, 10 I want to insert all data together
I want to insert in data just like this, but it only insert first array
Edited
I find solution of this problem, all data what I want to store needs to be in one array, so I use 4 for loops and put them in one array and then insert.
Solution
If multiple checkbox selected, then you can loop to see different selected values
Answered By - San K
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.