07.12.2011, 08:22
Nodroz, could you fix this?
This is an error many users get:
PHP Notice: Undefined variable: i in C:/Users/blabla on line (the line which stores the MYSQL data)
The error is at a line that stores the MYSQL data in a variable
You have to define "$i".
(I can't do that because I am not really good with PHP)
This is an error many users get:
PHP Notice: Undefined variable: i in C:/Users/blabla on line (the line which stores the MYSQL data)
The error is at a line that stores the MYSQL data in a variable
PHP Code:
$Kills=mysql_result($result,$i,"Kills");
$Deaths=mysql_result($result,$i,"Deaths");
(I can't do that because I am not really good with PHP)