#Zegnat!tell jeremycherfas For future reference: empty() actually includes the isset() check, which means you can always use that. According to the PHP manual: “empty() is essentially the concise equivalent to !isset($var) || $var == false”. (Note that $var == false takes care of the null case.)