Forum Moderators: coopster
Here is part of the code!
...
<input type="checkbox" name="music[]" value="4">
<input type="checkbox" name="music[]" value="5">
<input type="checkbox" name="music[]" value="6">
...
So I already have the brackets[] with music and the values go from 1 to 10!
Along with the checkboxes I have text input field named user_name!
Can somebody please write a piece of code that will do what I wrote above? - add the value of each checked checkbox into a new row within a table together with a user_name value!
Please I need you help! :)
Thank you! :)