
March 22nd, 2005, 02:20 PM
|
|
Contributing User
|
|
Join Date: Jan 2005
Posts: 34
Time spent in forums: 7 h 59 m 3 sec
Reputation Power: 4
|
|
|
FTP/MySQL/CSV
ok, i have a CSV file sitting on a file server at my workplace. I would like this file to upload to another web server via FTP, then automatically import itself into a MySQL table...replacing any existing data. I figure I can use a ftp script on the web server to summon the data at a regular time and date, drop the existing data in the table, and import the new data...pretty much all in one script. Any ideas about how i would go about doing this? Any help would be appreciated!
PS-O yea, this will be in PHP.
thanks guys
|