How can I set a batch file to pic up a txt file and put some data in mySQL database.
I need to set up a process to run every hour and read a txt file and put data in a mySQL data base. Should I use PHP? BAT file? Suggestions please. Thanks in advance.
How can I set a batch file to pic up a txt file and
Share
You should use a crontab for this.
Basically, it allows you to run a file at given interval (every hour, or every other day, for example).