I don’t understand what’s the difference between:
if($var)
echo ('hello');
and
if(isset($var))
echo ('hello');
I don’t understand what’s the difference between:
if($var)
echo ('hello');
and
if(isset($var))
echo ('hello');
:: Copyright KIRUPA 2024 //--