20.12.2015, 16:25
Quote:
|
This house loading is wrong.
It says that i create a new variable named row; and say that if row < rows then do that.. Example to understand the mistake. i create a variable named test.. and then i say that if test is smaller than number 3 then do something.. Does it make sense? I guess not. To sum up, you have to set row a number. I suggest to do that PHP код:
|
PHP код:
for(new row =10; row < rows; row++)


