;
> // [1] => "row 2";
> // [2] => "row 3";
> // .
>
> for ($i = 0; $i < count($myFile); $i++)
> {
> print "Row ".($i+1).": ".$myFile[$i];
> };
> ?>
>
>
> Niklas
>
> -Original Message--
Message-
From: Chris Blake [mailto:[EMAIL PROTECTED]
Sent: 3. maaliskuuta 2003 10:58
To: [EMAIL PROTECTED]
Subject: [PHP] Text File open and display
Greetings learned PHP(eople),
There have been a number of postings recently on opening and reading files,
and whilst I have read `em all I fai
Greetings learned PHP(eople),
There have been a number of postings recently on opening and reading
files, and whilst I have read `em all I fail to make sense of it all.
Basicaly...I have a text file with entries in it...I wish to display the
contents of this file line by line in an HTML table :
A
3 matches
Mail list logo