Просмотр поста #99354: Различные вопросы по PHP и MySQL

.
Rakovskiy
The Fast, Secure and Professional - Yii2

Зачем for???

$res = mysql_query("SELECT * FROM `table`");
while ($arr = mysql_fetch_array($res)){
    echo $arr['column'];
}