PHP: Give a name to an array of JSON objects?

前端 未结 5 1135
别那么骄傲
别那么骄傲 2020-12-18 21:10

I have managed to get data from database in PHP file. From there(data.php),

$output = json_encode($result);

The result would be like this,<

5条回答
提交回复
热议问题