Hi all,
I'm am still learning mysql so please excuse anything I may not understand.
I need to update 12k records in a mysql table (about 5 fields per record) twice a day, and it needs to be done automatically (probably with curl).
My data source is a comma delimited text file. I would prefer to use php. I am working in a LAMP environment.
If anybody has some pointers it would be a great help.