Level 60
$array['data'][0]['name']; // this should give you the name
Hello Guys,
I tying to figure out how to get the value of the key "user" in this case it's "bob"
This is my array
Array
(
[timeStamp] => 2020-01-20 16:25:23.000443
[referenceCode] =>
[data] => Array
(
[0] => Array
(
[id] => 554343543535435
[clientId] => 333222
[clientOid] => tysossoss
[dbUrl] => xxxxxxxx
[user] => bob
[pwd] => xxxxxx
[schema] => extended
[deleted] =>
[new] =>
[createdBy] => admin
[createdOn] =>
[modifiedBy] => null
[modifiedOn] =>
)
)
[stepup] =>
[messages] => Array
(
)
)
Please advise
Please or to participate in this conversation.