habe d'ehre
<?php
for ($i = 0; $i < 4000; $i++)
{
echo "xxxxxxxxxxxxxxxxxxxx<br>";
}
echo "Ende";
?>Es kommt nicht auf die Art der Ausgabe an, bei normaler HTML-Ausgabe ist es derselbe Effekt.
Dann ist bei Dir etwas kaputt. Aber offensichtlich bist Du nicht an einer Loesung fuer Dein Problem interessiert. Dein Mickymouse-Code als Beispiel zeigt exakt 4000 Zeilen an (0-3999)
Auszug aus php.ini
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
--
carpe diem
Wilhelm
carpe diem
Wilhelm