Hi!
I’m not good on php and i have a problem!
I have a form that have some checkboxes with name=d and value are an number like 100 or 110.
the json that are being send to the php looks like this “d=110&d=100&d=120&d=200”. how do i get this to an array in php?