I want to write some thing if for example $var doesn't exist this what i want
$var = "Powered by company name";
if(!$var){
echo "doesn't exist ";
}
I want to use it in copyright if my copyright doesn't exist in the page i want to show the msg "doesn't exist "