Posts by Matheus Marzochi • 1 point
1 post
-
0
votes6
answers9622
viewsA: Transform json array into php array
Do this test here that you will understand :D $json_url = "http://mcapi.ca/query/ip.craftlite.com.br:25571/list"; $json = file_get_contents($json_url); $data = json_decode($json, TRUE); echo…