I have a database with columns A, B, C, D, E, F
Now I'm trying to insert data from PHP into this database ONLY if the data doesn't already exist in A AND B AND E.
The data may be duplicated within columns many times but the same data in these 3 columns cannot be repeated.
How would I go about doing this?