Skip to content

Instantly share code, notes, and snippets.

@paoga87
Last active February 3, 2017 03:30
Show Gist options
  • Save paoga87/1e753d03750ac6cbcaca6d682b7aaa2b to your computer and use it in GitHub Desktop.
Save paoga87/1e753d03750ac6cbcaca6d682b7aaa2b to your computer and use it in GitHub Desktop.
JSON post data array example, after being decoded
Array
(
[0] => Array
(
[meeting_name] => myMeeting1
[ip] => 00.00.00.00
[response] => 250 message accepted for delivery
[event] => delivered
[email] => myemail@something.com
[timestamp] => 1485811028
[uID] => 01130
)
[1] => Array
(
[meeting_name] => myMeeting1
[event] => processed
[email] => myemail@something.com
[timestamp] => 1485811026
[uID] => 01130
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment