Good I want to extract a string with PHP in separate strings I do not know what method to use, my document .php
send me by means of AJAX
a string similar to the following:
?i=0&edad=18_28&tarifa=40_80,81_110&servicio=25&ubicacion=1,4
Now more than all I want to extract the strings that are between &
and save them in variables or array that is as follows:
id=0
edad=18_28
tarifa=40_48,81_110
servicio=25
ubicacion=1,4
Taking into account that they will not always be all of them sometimes, it may be age and rate but not location, please help