How to get single value from this multi-dimensional PHP array [duplicate] February 15, 2023 by Tarik Look at the keys and indentation in your print_r: echo $myarray[0]['email']; echo $myarray[0]['gender']; …etc