Hello,
I'm working on a project which needs to add a lot of data in to mysql rows via php, here's an example
when a row is inserted, the id is set to auto_increment, and i need to find if there is a special flag for INSERT on mysql to detect if the row is duplicated, but ignore the id portion, is there a way to do this all in one mysql_query() ?
😕