Posts by Léo • 123 points
3 posts
-
0
votes1
answer97
viewsQ: SQL: Sort List by Vote Numbers from Another Table
I want the results of my poll to be sorted by the amount of votes you have in the other exclusive table to compute votes. Currently my results come out like this: I have two tables, this one below…
-
-1
votes1
answer29
viewsQ: Difficulty catching a json element with php
I have the following result in json: Array ( [data] => Array ( [charges] => Array ( [0] => Array ( [code] => 70082972 I’d like to know how I get the element code with php. I tried to:…
-
1
votes1
answer64
viewsQ: Error picking up a json element with php
I have the following result in json: Array ( [0] => Array ( [LocalObservationDateTime] => 2019-11-12T19:20:00-03:00 [EpochTime] => 1573597200 [WeatherText] => Algumas nuvens…