08.01.2017, 10:14
If you choose a player per select, you should theoretically only get 1 row as result, meaning the index has to be 0(first and only row)
What is the row index?
An index is the position of an item in a list. Meaning, that in this case it is the position of the row in the returned mysql result set.
What is the row index?
An index is the position of an item in a list. Meaning, that in this case it is the position of the row in the returned mysql result set.