Categories
How to select the first value from an array?
There is an array:
Array ( [0] => Заголовок1 ) Array ( [0] => Заголовок2 )
Answer the question
In order to leave comments, you need to log in
echo $arr[0][0];
This cannot be, you most likely have an array of the form:
[ ["Заголовок1"], ["Заголовок2"] ]
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question