PHP array to jquery array via JSON

后端 未结 4 1628
执念已碎
执念已碎 2021-01-26 10:37

Im having a little confusion why the following is not working.

get.php



        
4条回答
  •  我在风中等你
    2021-01-26 11:30

    Send the json header in php via header('Content-type: application/json'); so jQuery should automatically decode your json data.

提交回复
热议问题