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