09.01.2015, 16:21
Quote:
What i should write instead of these
PHP код:
|
you misunderstood.
variable names may not be the same as tags/keywords used by the compiler (like "case", "break", "File" and so on)
like said before, just change it.
you're using "File" as identifier but File is also at the same time a Tag.
so how could the compiler know what you meant there.
it can't, so it skips the code, nothing gets returned resulting in "Unknown command"
even though it's actually there. But couldn't return a value to prove its existence