Вот фрагмент кода: < /p>
Код: Выделить всё
sort($stores);
for ($i = 0; $i < count($stores); $i++) {
echo $stores[$i]['name'];
}
Подробнее здесь: https://stackoverflow.com/questions/114 ... y-a-column
Код: Выделить всё
sort($stores);
for ($i = 0; $i < count($stores); $i++) {
echo $stores[$i]['name'];
}