how can i get all values from multidimensional associative array
I dont want to use print_r want to control my array put all the value in normal array with unique values
my arr
Are you asking how you can "flatten" this multi-dimensional array into a one dimension? Possible solutions to similar problems... How to Flatten a Multidimensional Array?