Posts by Eduardo Cardoso dos santos • 1 point
2 posts
-
-2
votes2
answers665
viewsQ: How to add percentage to a PHP value?
I’m trying to add a percentage of the value to itself, but I couldn’t do. <?php $data = json_decode(file_get_contents("https://broker.negociecoins.com.br/api/v3/btcbrl/ticker")); echo…
-
-1
votes1
answer315
viewsQ: Help with Json to get API value
I’m trying to get only the return of a variable of this "buy" api that would be the purchase value, but when I try it returns me the whole table, someone could enlighten me? $data =…