lt;[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 13, 2002 1:55 PM
Subject: [PHP] printing files
> Just a quick question,
> is there a way to echo in your php code lines of a file that you specify.
> i.e. you want
lt;[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 13, 2002 1:55 PM
Subject: [PHP] printing files
> Just a quick question,
> is there a way to echo in your php code lines of a file that you specify.
> i.e. you want
essage -
From: "John Gurley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 13, 2002 1:55 PM
Subject: [PHP] printing files
> Just a quick question,
> is there a way to echo in your php code lines of a file that you sp
Hy,
John Gurley wrote:
> Just a quick question,
> is there a way to echo in your php code lines of a file that you specify.
> i.e. you want to output lines 1,4,7 of a certain text file
use the fopen and fread functions, to read lines from a file, only put
the wanted lines into a string and ou
just put the lines in an array, each array element contains a line... and
then just print the specified array elements...
Edward
- Original Message -
From: "John Gurley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 13, 2002 12:55 PM
Subject
Just a quick question,
is there a way to echo in your php code lines of a file that you specify.
i.e. you want to output lines 1,4,7 of a certain text file
Thanks
John
_
Join the worlds largest e-mail service with MSN Hotmail.
ht
6 matches
Mail list logo