Re: [PHP] Parsing a local file

2003-07-29 Thread John W. Holmes
Jason D. Williard wrote: I am trying to build script that will parse a file on the user's computer. There are 2 things that I am not quite sure about. 1) How to read a file on the user's computer, and not on the server. http://us2.php.net/manual/en/features.file-upload.php 2) How to parse a line s

[PHP] Parsing a local file

2003-07-29 Thread Jason D. Williard
I am trying to build script that will parse a file on the user's computer. There are 2 things that I am not quite sure about. 1) How to read a file on the user's computer, and not on the server. 2) How to parse a line similar to the one below: "7/29/2003" , "Report Title" , "Page" , "Agent Name"

[PHP] Parsing a local file

2003-07-29 Thread Jason D. Williard
I am trying to build script that will parse a file on the user's computer. There are 2 things that I am not quite sure about. 1) How to read a file on the user's computer, and not on the server. 2) How to parse a line similar to the one below: "7/29/2003" , "Report Title" , "Page" , "Agent Name"