how to fetch array from json using php

keithw1970

New Member
I have been wondering about this Yahoo API for about a month. I got the yql and fetched the data for stock prices.My array looks like this: \[code\]Array( [query] => Array ( [count] => 5 [created] => 2012-05-11T01:14:55Z [lang] => en-US [diagnostics] => Array ( [publiclyCallable] => true [redirect] => Array ( [from] => http://datatables.org/alltables.env [status] => 301 [content] => http://www.datatables.org/alltables.env ) => Array ( ...</td> </tr></table>\[/code\]Any Suggestions?
 
Back
Top