What does the "Use ignore inserts" option within phpMyAdmin in the "export" tab do? Am I right in thinking it will ignore an insert when the primary key already exists? What is the best way to do inserts in such a way that incase a record with the primary key already exists, it will simply overwrite it in the database? Thanks!