Yes, although its been years since I`ve done it, as I use PHP
now, so I
can't give precise details :-)
However, you read in the file using the FileSystemObject (do
a search in
google for it for instructions on use), and then you can use
string
manipulations to parse the file and break it up (if its a csv
file, break it
first by new lines to get each record, and then by comma to
get each field).
You can then insert the records into the database.
--
Gareth
http://www.phploginsuite.co.uk/
PHP Login Suite V2 - 34 Server Behaviors to build a complete
Login system.