I keep receiving this error "undefined variable :cbanned" and i have searched all over your forums and there is no solution relating to my problem can someone please help. and i have tried the keyword isset and it has failed just to prove that this is a valid case.
<?php
echo $sgt.$tt.$fbt.$rdt;
?>
<li class="hidden-xs">
<a href="#" class="right-bar-toggle waves-effect"><?php if($cbanned==0) {echo'<i class="fa fa-comments"></i></a>';}else{echo'<i class="fa fa-microphone-slash"></i>';} ?>
</li>