PHP: PHP type comparison tables - Manual - PHP: Hypertext Preprocessor
PHP's loose comparisons can be a huge convenience when used properly! It's extremely helpful to just remember the following are always FALSE: null, false, "", 0, "0", array() If your application never depends on a particular "empty/false/null/0/not set" v...