Posts by Alan Godoi • 105 points
2 posts
-
0
votes1
answer273
viewsQ: Generate JSON array by PHP
I’m studying a way to send a PHP JSON response to JS. I’ve looked at several posts here and in other forums, but I can’t find my mistake. I make a SELECT of everything in a Mysql table through PHP,…
-
0
votes0
answers410
viewsQ: Unanswered Webservice (PHP, Mysql, JSON)
I have a PHP webservice with a Mysql database and JSON responses. It is working normally, but I have a problem using the following query: SELECT podcast.id, podcast.nome, podcast.descricao,…