Re: 2 dimension array have a max lenght ?



It's worst !

It show me only 2874 lines now !

With this code:
$i = 0;
while ($results[$i] = pg_fetch_array($result)) {
echo $i;
echo ";";
echo $results[$i][0];
echo ";";
echo $results[$i][4];
echo "<br />\n";
$i++;
}

Someone can help me ? I really don't know what to do !!

.