i have a multi dimensional array , about 3 levels,
i need a value from level 3, level 2 has only 1 key but it is a random string of charcters.
ie
$val[-1]['25B98000-12A0-4E40-BB7F-73529DD76B6F']['event_text'];
i need ['event_text'] , what should i substitue the random code for??
i have tried [0], [1] & [-1]
im sure its a simple answer but i've exhausted my references!!
many thanks