php check for empty string

44

if (empty($var)) {
    echo '$var is either 0, empty, or not set at all';
}

Comments

Submit
0 Comments