How Can I Know If An Input Is Checked If I Only Know His Value?
- by Metal Sonic
Hello here!
I have a dynamic input in my php code like this one:
<input type="checkbox" id="advantage[]" name="advantage[]" value="Special Option" />
And I need to know if it's checked... I can have multiple checks in the same format in the code, my brain hurts because i can't find a solution!
Thanks 4 the help!