Why can't modern print "0"?
echo "0";
returns a blank space.
echo "1";
or anything else returns like it should.
echo "0";
returns a blank space.
echo "1";
or anything else returns like it should.
Where and how you trying to echo it?
Maybe your configuration sees it as null.
Sample: highscores.
If you are level "0" or have "0" sword fighting, a space will appear instead of the value 0.
Which will ruin the interface on highscores.
I can't really think of any solution for this.
If you create a php file and put inside echo 0; or echo "0"; and run this file do you see those zeros? I mean run this filo not through ModernAAC
lol Great way of solving issues![]()
Well there are many functions that output goes through, so try maybe using a debugger ?
Or I go lazy times and keep it like this and remove it when V2 is functional. hehe.
The creation of pages is the same there I hope? MVC way I mean.