0
get an array with ajax and put it on select
hi, i need get an php array with ajax and put it on select,option tag i write the code but not working
1 Antwort
0
Wel you could return a json with json_encode() function i guess than catch the result data from ajax as json then u could use your var as a json object or convert it into an array