Posts by Helio Lima • 1 point
1 post
-
0
votes1
answer38
viewsA: Data return en JSON in an array , uploading the database ID by the respective Names. How can I do this?
I think you forgot to put the query you want in the right place, replacing: $result = $connect->query("SELECT * FROM agendamento"); for $result = $connect->query("SELECT agendamento.id,…