вот тут уже все норм
<?php
$count = 0;
$arr = range("1","100") ;
$count++;
echo "<pre>";
var_dump($arr);
?>
а зачем тебе $count++
Обсуждают сегодня