Hallo MaLu.
Bis jetzt habe ich folgendes:
[…]
Aber er schreibt immer in Zeile 1 statt 11. Was ist falsch?
$zeile = file('xyz/xxx.txt');
Hier lädtst du den Inhalt der Datei „xxx.txt“ als Array in die Variable $zeile.
$zeile = "$text";
Und hier überschreibst du die Variable $zeile wiederum mit dem aktuellen Datum und Uhrzeit. Die ursprünglichen Zeilen der Datei sind damit verlorgen.
Wie Manuel schon in diesem Thread sagte:
Du solltest dich mal grundlegend mit Variablen und Arrays befassen.
Einen schönen Samstag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]