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: |

More>> Judge Hui described Ng as inciting others to “commit a massacre” with three posts teaching people to make “toxic chlorine gas bombs,” target police stations, police quarters and the city’s metro stations. This offence was “rather serious,” the court said. Telegram Android app: Open the chats list, click the menu icon and select “New Channel.” Avoid compound hashtags that consist of several words. If you have a hashtag like #marketingnewsinusa, split it into smaller hashtags: “#marketing, #news, #usa. To upload a logo, click the Menu icon and select “Manage Channel.” In a new window, hit the Camera icon.
from us


Telegram Files-php 📂
FROM American