I have a text file that I need to get info one line at a time from. I have a script that was written by someone else, but it doesn't work. Does anyone have a script that does this?
Greg
http://us3.php.net/manual/en/function.fseek.php#59580
hope that helps.
Use [man]file[/man] to load it into an array, and then [man]foreach[/man] to loop through the array of lines.