it will be saved to a txt file with the fwrite() command.

    Pleeeeeeaaaaassseeee Help!
    I need this info asap!

      open the file and call fgets() 9 times to get the 9th line...

      Diego

        so I would use:

        while ($i=0;i<$page;i++)
        {
        fgets($file)
        }
        

          Try...

          $arrFile = file('file.txt');
          echo $arrFile[$line - 1];
          
            Write a Reply...