What is the difference between if(!$variable) and if(isset($variable))?
if(!$variable)
if(isset($variable))
They are two different statements