I have a php script that makes calls to a mysql database. I receive a file from our AS-400, that is ~ delimited, and it the import works great. My question is this: If I get this file daily, should I write a load data infile php script that would run in the cron on my unix server everyday. Or, should I place the loading of the file in my script everytime it is called. I think that is overkill, but I thought I would post the question and see what you guys think.
Thanx