i'm not looking for how many of each ID
This example might explain it more since me and explaining things dont seem to work lol
IE: The IDs it checks against are (from the database game_doyouhave)
ID1 || ID2 || ID3 || ID4 || ID5
210 || 314 || 2703 || 610 || 9
I have (from user_inventory)
9 || 210 || 314 || 2703 || 610 || 9
Therefore the script is matching 6, since i have 9 twice.
9 || 314 || 2703 || 610 || 9
In that i only have 4, since it only counts 9 once
Hope that explains it better