04.04.2019, 18:54
Quote:
i = in game id
h = database id h = i-1 because for() start from 1 |
To the original poster:
MySQL row IDs start from 0 so you have to loop from 0. You need to remove that code where you subtract, that's useless.