So, I have a IIS machine with PHP and I need to grab the data from a URI that is returned in JSON format, ie:
http://finance.google.com/finance/info?client=ig&q=NYSE:GOOG
The trick is, I can’t use cURL to do it. Is there a way to do this so that I have a var that I can then use json_decode() on?
1 Answer