Answer the question
In order to leave comments, you need to log in
How to display the values of a two-dimensional array?
I have an array $a['salon'] - it has values 1,2,3,4.... in total 10 values, how to output one value from it? in a cycle.
Answer the question
In order to leave comments, you need to log in
var_dump array to studio most likely
echo "$a['salon'][$i]";
//или
echo "$a[$i]['salon']";
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question