Using 

$var=file('filename.txt');

Creates an array, with each element in the array being 1 line of the file.

Thanks

Mark


-----Original Message-----
From: Anthony [mailto:[EMAIL PROTECTED] 
Sent: 24 February 2003 16:24
To: [EMAIL PROTECTED]
Subject: [PHP] Reading Text file by line


I need to read a text file by line, if I open the file and use fgets() then
it doesn't pick up the EOL corretly.  So I was planning on reading the whole
file in with fread() and then breaking it up by EOL characters.  My question
is, how do I do it?  What character do I search for in the string?  Anyone
have a simple example on how to do this?  Thanks.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to