Top add

Showing posts with label conveters. Show all posts
Showing posts with label conveters. Show all posts

Multiple Currency Converters

Now all the e-commerce website needs multiple currency. The main drawback is to enter the currency for all countries based on the exchange rate (daily it get changed). A simple way is to get the exchange rate from google using the google currency calculator.

We can use the php curl function to get the values.

GOOGLE URl :
$query_URL = "http://www.google.com/ig/calculator?l=en&q=$amount$to_Currency.%3D%3F$to_Currency";

Source file Download

Funny Video:

C how the boy dances. !!!!!!!!!!



Simple Bytes,MegaBytes,Kilo bytes calculator


Simple tool to calculate bytes,Megabytes,Kilobytes



1 Byte = 8 Bit

1 Kilobyte = 1024 Bytes

1 Megabyte = 1048576 Bytes

1 Gigabyte = 1073741824 Bytes