Numbers 1 through 20. I have items in the database that use some of these numbers. When I get the numbers from the database - I want to compare them to the list of 1 - 20 and print the ones that aren't used. For some reason - my brain is not letting me see the solution. could be that I'm going on 20 hours with no sleep... lol... Any help would be appreciated... So I can finish this and go to bed...
Just set the numbers to an array, and loop the db and check the looped against the array value and store into a string the numbers that don't match.