How to get values from JSON decoded PHP multidimmensionnal array ? (PayPal API)
I'm implementing PayPal payments in my website. The Paypal API sends me the order details through JSON to my success.php script. I want to get each variable sent and store it in my database. So I get the JSON data…