Search the Community
Showing results for tags 'array loop variable'.
-
Hi all, I'm still new to looping through array and was wondering if someone could help me out building a loop. Here is the array i get back thats assigned to $response Array ( [members] => Array ( [0] => Array ( [type] => USER_REAL_USER [uuid] => 12b210fc-51f0-4b3f-b1fa-b8b09c78cd06 [firstName] => Kellie [lastName] => Melby [userName] => kmelby@email.com [displayName] => [url] => https:// [numbers] => Array ( [0] => Array ( [uuid] => 7a80407a-36d4-4bd4-be4c-c4888e0a932a [internal] => 5398 [external] => [siteToSite] => 81005398 [incomingCallMaximum] => 2 [primary] => 1 [url] => https:// ) ) ) ) What I want to do is assign a variable to each of the uuid objects. I've been trying different foreach loops but nothing is working for me. Might be simple to someone but like I said I'm still learning and been to many pages but nothing seems to match exactly to what I am trying to do. Thanks for any help anyone can provide!