Posts by Wasley Santos • 11 points
2 posts
-
0
votes2
answers32
viewsA: How do I perform a php Insert where data is passed on by a json that has an object
Besides, we had to use // the second parameter converts to array $arr = json_decode($json,1); and then // retrieving the id value of typovaga $tipovaga = ($arr['tipovaga']['id']); This way I solved…
-
1
votes2
answers32
viewsQ: How do I perform a php Insert where data is passed on by a json that has an object
How do I perform an Insert in php where the data is passed by a json that has in the object a nonprimitive variable. This is my Json {"id":0,"latitude":-8.0326941,"longitude":-34.9287402,"status":1,…