hallo,
it means something to store users divergent variables, like 1D array
$array[1] = 1;
$array[2] = 123;
... etc, where inside of brackets is username (string) identifier instead of number, this is i belive correct method used in C as well in JavaScript etc.:
$array["Scawen"] = 1;
$array["Victor"] = 123;
to store into variable $array[]; - if (for exapmple) username Victor tried to join 123 times in race... variable $array[] to store if colects 123 points... or variable $array_swearwords[]; to store his overall swearwords... etc.
thanx for support!
dnine
it means something to store users divergent variables, like 1D array
$array[1] = 1;
$array[2] = 123;
... etc, where inside of brackets is username (string) identifier instead of number, this is i belive correct method used in C as well in JavaScript etc.:
$array["Scawen"] = 1;
$array["Victor"] = 123;
to store into variable $array[]; - if (for exapmple) username Victor tried to join 123 times in race... variable $array[] to store if colects 123 points... or variable $array_swearwords[]; to store his overall swearwords... etc.
thanx for support!
dnine