0

Does someone knows how to transfer a csv file to another directory? And from its previous location it should be remove. Please show me a code or keyword on how to transfer a csv file.

Thanks

PHP Noob
  • 79
  • 6
  • Try phps `rename` function: http://php.net/manual/de/function.rename.php – dhh Jul 22 '15 at 05:43
  • thanks! buddy! got it! what about comparing data types of each fields of table and csv columns if they have the same data type? – PHP Noob Jul 22 '15 at 05:45
  • possible duplicate of [PHP - Move a file into a different folder on the server](http://stackoverflow.com/questions/19139434/php-move-a-file-into-a-different-folder-on-the-server) – dhh Jul 22 '15 at 05:46
  • yeah! i just found that thread. my new question is how to compare db table fields and csv columns – PHP Noob Jul 22 '15 at 05:48

0 Answers0