PHP_I Telegram 3958
Files-php 📂
https://free.currconv.com/api/v7/convert?q=USD_IQD&100=ultra&apiKey=4657a3bc4df85b3c6415 موقع بورصه عالمي Api لكل دول تكدر تحصل ع Key خاص بيك من خلال تسجيل بالموقع وراح يرسلك ع ايميل key 🔺
البوت هذا فنكشن جاهز تعبرلة 3 براميترات الرقم والعملة الاصلية والعملة التريد تحول الها

وتغير ال key
#عمر_ مظفر
<?php
function convertCurrency($amount,$from_currency,$to_currency){
$apikey = 'your-api-key-here';

$from_Currency = urlencode($from_currency);
$to_Currency = urlencode($to_currency);
$query = "{$from_Currency}_{$to_Currency}";

// change to the free URL if you're using the free version
$json = file_get_contents("https://free.currconv.com/api/v7/convert?q={$query}&compact=ultra&apiKey={$apikey}");
$obj = json_decode($json, true);

$val = floatval($obj["$query"]);


$total = $val * $amount;
return number_format($total, 2, '.', '');
}

//uncomment to test
//echo convertCurrency(10, 'USD', 'PHP');



tgoop.com/php_i/3958
Create:
Last Update:

البوت هذا فنكشن جاهز تعبرلة 3 براميترات الرقم والعملة الاصلية والعملة التريد تحول الها

وتغير ال key
#عمر_ مظفر
<?php
function convertCurrency($amount,$from_currency,$to_currency){
$apikey = 'your-api-key-here';

$from_Currency = urlencode($from_currency);
$to_Currency = urlencode($to_currency);
$query = "{$from_Currency}_{$to_Currency}";

// change to the free URL if you're using the free version
$json = file_get_contents("https://free.currconv.com/api/v7/convert?q={$query}&compact=ultra&apiKey={$apikey}");
$obj = json_decode($json, true);

$val = floatval($obj["$query"]);


$total = $val * $amount;
return number_format($total, 2, '.', '');
}

//uncomment to test
//echo convertCurrency(10, 'USD', 'PHP');

BY Files-php 📂


Share with your friend now:
tgoop.com/php_i/3958

View MORE
Open in Telegram


Telegram News

Date: |

How to create a business channel on Telegram? (Tutorial) “[The defendant] could not shift his criminal liability,” Hui said. According to media reports, the privacy watchdog was considering “blacklisting” some online platforms that have repeatedly posted doxxing information, with sources saying most messages were shared on Telegram. With Bitcoin down 30% in the past week, some crypto traders have taken to Telegram to “voice” their feelings. Some Telegram Channels content management tips
from us


Telegram Files-php 📂
FROM American