phpbar.de logo

Mailinglisten-Archive

[php] fopen()

[php] fopen()

Jan Lehnardt jan_(at)_lehnardt.de
Sun, 26 Mar 2000 18:49:32 +0200


Hallo Benjamin,

Sunday, March 26, 2000, 6:41:02 PM, you wrote:

BB> Das geht immer noch nicht.
BB> Ich hab' allerdings das ganze mal ohne while-Schleife versucht.
BB> Es wird korrekt die erste Zeile angezeigt.
BB> Die Schleife wird komischerweise nur 1x ausgeführt (ich hab's überprüft)
BB> Was stimmt hier nicht ???


versuch mal:
$file_array=file("file");
for($i=0;$i<=count($file_array);$i++)
  {
  echo $file_array[$i];
  }


  Jan




php::bar PHP Wiki   -   Listenarchive