我想从“listevoiture”表中显示dateenregistrement,从表“voiture”中显示matricule,从“voiture”表中显示marque,从表“voiture”中显示nbrplacereserve,从表“voiture”中显示climatisation 对于其中“direction.villearrive = $ villearrive”的where子句(必须是用户输入的动态值) 最后以json格式对结果进行编码。
这是我的PHP代码:
答案 0 :(得分:0)
json_encode($array)
将输出结果输出到数组中 并使用json_encode()函数,结果将采用json格式