Created
November 12, 2014 16:07
-
-
Save andyhoman/be01a7e79fb40dbdb986 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array(3) { | |
["EmailAddress"]=> | |
string(17) "[email protected]" | |
["Name"]=> | |
string(10) "Test PM 11" | |
["CustomFields"]=> | |
array(7) { | |
[0]=> | |
object(stdClass)#34 (2) { | |
["Key"]=> | |
string(11) "DateCreated" | |
["Value"]=> | |
string(10) "2014/11/01" | |
} | |
[1]=> | |
object(stdClass)#55 (2) { | |
["Key"]=> | |
string(6) "Mobile" | |
["Value"]=> | |
string(10) "0412851698" | |
} | |
[2]=> | |
object(stdClass)#56 (2) { | |
["Key"]=> | |
string(12) "Interestedin" | |
["Value"]=> | |
string(17) "Studio||Workshops" | |
} | |
[3]=> | |
object(stdClass)#57 (2) { | |
["Key"]=> | |
string(7) "Address" | |
["Value"]=> | |
string(13) "87 Goodlet St" | |
} | |
[4]=> | |
object(stdClass)#58 (2) { | |
["Key"]=> | |
string(6) "Suburb" | |
["Value"]=> | |
string(11) "Surry Hills" | |
} | |
[5]=> | |
object(stdClass)#59 (2) { | |
["Key"]=> | |
string(5) "State" | |
["Value"]=> | |
string(3) "NSW" | |
} | |
[6]=> | |
object(stdClass)#60 (2) { | |
["Key"]=> | |
string(8) "Postcode" | |
["Value"]=> | |
string(4) "2010" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment