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