RE: [PHP] Best way to read file

2002-08-11 Thread Maxim Maletsky
César Aracena'; 'PHP General List' > Subject: RE: [PHP] Best way to read file > > How about file() since it returns each line in the file as an array? > It seems like he wants to do some processing on each line of the file. > > > readfile() is good enough &

RE: [PHP] Best way to read file

2002-08-11 Thread Pushkar Pradhan
How about file() since it returns each line in the file as an array? It seems like he wants to do some processing on each line of the file. > readfile() is good enough > > > Sincerely, > > Maxim Maletsky > > PHP Beginner > www.phpbeginner.com > > > > -Original Message- > > From: César Ara

RE: [PHP] Best way to read file

2002-08-11 Thread Maxim Maletsky
readfile() is good enough Sincerely, Maxim Maletsky PHP Beginner www.phpbeginner.com > -Original Message- > From: César Aracena [mailto:[EMAIL PROTECTED]] > Sent: Sunday, August 11, 2002 6:36 PM > To: PHP General List > Subject: [PHP] Best way to read file > > Hi all. > > I am usin