PHP/MYSQL - update table (not update record, but add new...
Posted: Tue Apr 01, 2008 11:21 pm
Having trouble searching for a way to update a mysql table. There are over 1000 records and each day some are added and some are deleted on another server. All I received is an updated CSV daily. I can delete all the records and add in all new ones, but that seems unnecessary... where can I find some info on how to update a table?