I have a project where the admin uploads a new data file and it needs to
be loaded into a mysql database. What's the best way to do this? The
data file is tab-delimted but could be reformatted.

Right now the file is uploaded and after copy($new_file, $file_loc)
would like to refresh the db.

unix box running php4 and mysql 3.22 and of course apache

Thanks in advance,
clif


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to