Skip to content

Instantly share code, notes, and snippets.

@bondarewicz
Last active December 23, 2015 17:59
Show Gist options
  • Save bondarewicz/6672092 to your computer and use it in GitHub Desktop.
Save bondarewicz/6672092 to your computer and use it in GitHub Desktop.
PHP: Google Currency
<?php
$result = @file_get_contents("http://www.google.com/ig/calculator?hl=en&q=100GBP=?PLN");
var_dump($result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment