Just wandering, will it be possible to make the system always read the latest updated csv file with php??
Exmaple: I have a folder \'Report\'; user will put in the new c
You can use the filemtime() function in php. Here is the manual page:
http://php.net/manual/en/function.filemtime.php
You just need to get a list of a all files in the directory.