Hi everyone,
Happy new year to you.
Sorry to trouble you guys, I got a question to ask. Is there any way I can do a php in such a way:
- mysql consists of 2 tables containing only 1 field each. Each field is a series of 8 digit numbers
- I need a function that allows me to upload another csv list so that it will compare the entries in the CSV with both the tables for matching numbers.
- Any matching numbers in table 1 and table 2 will be removed from the csv and I will download the balance data minus the numbers contained in table 1 and table 2.
Hope I don't sound confusing, can anyone point me in the right direction?
Thanks!!
Justin