I\'m trying to figure out why a variable isn\'t triggering a conditional that it should. var_dump reports something like this:
string(20) \"0\"
It might be rendering html. i.e. var_dump('0') would output string(20) "0" to the naked eye
var_dump('0')
0
string(20) "0"