Jump to content

PHP Array - Really need help reading Array


web2000

Recommended Posts

Hello Friends,

 

I am trying to read some of the parameters out of the below Array, but i am getting a little out of my depth and could really do with some help.

 

I am simply trying to display the part "The Tracking Member Code sent is invalid. It must be unique at least during 24 hours" in an echo statement.

 

Any help is appreciated...

 

Array
(
[PaymentResult] => Array
 (
	 [Result] => 1000
	 [Message] => Invalid arguments. One or more arguments have invalid values. Please review the parameters sent
	 [TrackingMemberCode] => 79932
	 [TransactionId] => 0
	 [TransactionGuid] => 00000000-0000-0000-0000-000000000000
	 [TransactionDateTime] => 2013-01-22T20:03:44.2532028Z
	 [Cdc] => Array
		 (
			 [CdcEntry] => Array
				 (
					 [Name] => ErrorInformation
					 [items] => Array
						 (
							 [CdcEntryItem] => Array
								 (
									 [0] => Array
										 (
											 [Key] => ErrorCode
											 [Value] => 1000001
										 )
									 [1] => Array
										 (
											 [Key] => ErrorMessage
											 [Value] => The Tracking Member Code sent is invalid. It must be unique at least during 24 hours
										 )
								 )
						 )
				 )
		 )
 )
)

Edited by web2000
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.