Ryan,
Thank you for your reply. I already tried above as you said, but it will display like {{Warning: json_decode() expects parameter 1 to be string, array given in C:\xampp\htdocs\catalog-generator1\index-oauth.php on line 23}}. If without change my above php code, it will display all the order details as array format like {{Array ( [0] => Array ( [buyer_accepts_marketing] => 1 [cancel_reason] => [cancelled_at] => [cart_token] => 9e2a086a01917642a41319d6e74e8661 [checkout_token] => bde0ca4408b2bf1ba2fade0a5be6d29d [closed_at] => [confirmed] => 1 [created_at] => 2014-05-13T00:50:30-04:00 [currency] => INR [email] => ss_selva@yahoo.in [financial_status] => paid [fulfillment_status] => fulfilled [gateway] => bogus [id] => 258105011 [landing_site] => / [location_id] => [name] => #1009 [note] => [number] => 9 [reference] => [referring_site] => [source] => browser [source_identifier] => [source_name] => web [source_url] => [subtotal_price] => 80.00 [taxes_included] => [test] => 1 [token] => 648e6b4c236d4c2a3e38b6193a9e4e0f [total_discounts] => 0.00 [total_line_items_price] ......}}. sorry for my mistake for above posted. not displayed in json format. its an array format.
can you help me?. How to read this array by using php?.
Thanks in advance!.