0byt3m1n1
Path:
/
home
/
k74ns2xygros
/
www
/
globetech
/
cms
/
[
Home
]
File: currency.php
<?php //function get_currency($from_Currency, $to_Currency,$a) { // $from_Currency = urlencode(strtoupper($from_Currency)); // $to_Currency = urlencode(strtoupper($to_Currency)); // $url = file_get_contents('http://free.currencyconverterapi.com/api/v3/convert?q=' . $from_Currency . '_' . $to_Currency . '&compact=ultra'); // $json = json_decode($url, true); // // $res = $json[$from_Currency . '_' . $to_Currency]; // return round($res,3); //} //echo$usrate=get_currency('USD', 'INR', 1); echo $zipcode="226020"; // echo$url="https://ifsc.razorpay.com/KARB0000001"; // $url="https://pincode.saratchandra.in/api/pincode/$zipcode"; $url="http://postalpincode.in/api/pincode/$zipcode"; // $url = "http://maps.googleapis.com/maps/api/geocode/json?address=".$zipcode."&sensor=false"; $details=file_get_contents($url); print_r($result); $result = json_decode($details,true); print_r($result); // $lat=$result['results'][0]['geometry']['location']['lat']; // // $lng=$result['results'][0]['geometry']['location']['lng']; // // echo "Latitude :" .$lat; // echo '<br>'; // echo "Longitude :" .$lng; ?>