|
Posted by Stephen Preston on 03/09/06 10:50
Hi
Can anyone explain in layman's terms the sequence of events required to
upload a csv.txt and put the contents into an array.
Lets assume I have a form to select the csv.txt file, which then uploads,
then what happens to it? where does it go? how do I get it out of the ether?
How, where do I access it. Looking at the PHP manual, I deduce that I need
to some how use the fopen and fgetcsv but unfortunately it reads like
gobbledygook to me at the moment.
I can do, see and understand that if it was a picture, it goes into a
directory on the server and resides there, but I don't want the csv.txt file
to be saved.
--
Regards
Stephen
[Back to original message]
|