Everyday I receive a csv file with phone numbers. I’ve built an array that grabs the data from the csv. What I need to do is loop through the array and search a mysql database for matches. Can one of your gurus be so kind as to point me in the right direction?
Share
I would suggest to create temporary table, then load your numbers into this table and then just simply select & join to your table. You can insert your phones in program (multilple rows in one
INSERTor if you has access to server shell, you can do some script like this: