# Currency converter


If you want to convert from your currency to other currency or else, you can use this utility. It get result from [Yahoo Finance](http://finance.yahoo.com/currency) (Ask value) so you can trust return value

Technology:

- Ajax using [Jquery](http://jquery.com)
- [PHP](http://php.net) (for file get content)
- Web 2.0 standard (tabless, [html validation](http://validator.w3.org/check?uri=http%3A%2F%2Fdonamkhanh.com%2Flab%2Fajax%2Fcurrency_converter%2F&charset=%28detect+automatically%29&doctype=Inline&group=0))

This code is free ([GNU license](http://www.gnu.org/copyleft/gpl.html)) but if you make money by it, you can share to me, I don't refuse money :p

For demo: [http://donamkhanh.com/lab/ajax/currency\_converter](http://donamkhanh.com/lab/ajax/currency_converter)

