Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $ItemLink = "http://steamcommunity.com/market/priceoverview/?currency=1&appid=730&market_hash_name=Glock-18%20|%20Water%20Elemental%20(Field-Tested)";
  2.  
  3. $Content = file_get_contents($ItemLink);
  4.  
  5. $Decode = json_decode($Content);
  6.  
  7. echo $Decode;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement