Posts by Carlos S.Leão • 1 point
1 post
-
0
votes1
answer526
viewsQ: Receive and treat JSON with PHP
Good evening guys, I’m new to the world of programming, Thanks in advance. //Recebendo o Json $dados= json_decode($response); echo "<pre>"; print_r($dados); echo "</pre>"; // Dados…