Can somebody tell me how I can write out the data that is returned from an API request. I have an example at
http://www.eclecticpixel.com/example...ectPayment.php this is doing a var_dump(); As you can see at the ver bottom it says
["ShortMessage"]=> string(24) "Invalid Expiration Date."
["LongMessage"]=> string(50) "The expiration date of the credit card is invalid."
How can I get these values to write to the page.
Thanks
mike