Advertisement
SouldrinK

btc json

Jul 15th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. $jsnsrc = "http://btcrate.com/convert?from=btc&to=usd&exch=mtgox&conv=google&amount=1";
  2. $json = file_get_contents($jsnsrc);
  3. $json = json_decode($json);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement