<?php $dpprice = file_get_contents("https://api.coinmarketcap.com/v1/ticker/digitalprice/", true); $price= json_decode($dpprice); $payamt =$price[0]->price_usd; $paypercent = (1/$payamt); $amtdue= $paypercent*5; $amtdue = number_format((float)$amtdue, 4, '.', ''); ?>
You have javascript disabled. You will not be able to edit any code.