Re: [PHP] Reading one line, and no more.

2001-03-19 Thread Miles Thompson
http://www.php.net/manual/file There are a slew of file operations, you can read lines, sets of characters, position the pointer in a specific place. Fill your boots. Miles Thompson At 09:59 PM 3/19/01 +0100, Richard wrote: >Greetings. > > How can I read one specified row in a flat textfil

RE: [PHP] Reading one line, and no more.

2001-03-19 Thread Altunergil, Oktay
http://www.php.net/manual/en/function.file.php Look into this, you might be able to do it using the file() function which reads in a file and populates and array line by line. array file (string filename [, int use_include_path]) Identical to readfile(), except that file() returns the file in