This isn't a question relating directly to php, but I'm hoping someone here may have tackled a similar problem.
I have a client who is emailed large numbers of csv files everyday. I need to parse the data in these files using a php script, extracting particular pieces of information and entering them into a mysql database. The data is then to be displayed in graphs also generated from php scripts.
None of this is a problem as I've done this kind of thing before. However, getting the files to the php scripts is where I need help. If my client saves all of the csv's (there will be hundreds every day) to a file on his computer, is there a way that I can automate the upload of the files?
When I've done this kind of thing before I've created a simple file input form field for the client, to browse to the data file and upload it. In this case this just isn't practical with the number of files that need to uploaded every day.
I'm looking for any ideas and suggestions please.
I have a client who is emailed large numbers of csv files everyday. I need to parse the data in these files using a php script, extracting particular pieces of information and entering them into a mysql database. The data is then to be displayed in graphs also generated from php scripts.
None of this is a problem as I've done this kind of thing before. However, getting the files to the php scripts is where I need help. If my client saves all of the csv's (there will be hundreds every day) to a file on his computer, is there a way that I can automate the upload of the files?
When I've done this kind of thing before I've created a simple file input form field for the client, to browse to the data file and upload it. In this case this just isn't practical with the number of files that need to uploaded every day.
I'm looking for any ideas and suggestions please.