I'm getting a value from a multiselect and sending it via ajax:
Assuming the value of the multiselect to be:
["1","2","3"] // é esse valor que está sendo enviado (value do multiselect)
After rescuing this value in the php file that you received from ajax, how could I give an explode in this value just to get the numbers?