Posts by Rafael Duarte • 113 points
1 post
-
1
votes1
answer59
viewsQ: if condition in php is not running
I have the following code in a PHP file : <?php if($debug == 1){ ?> <button id="btn-debug" class="btn btn-default"><i class="fa fa-bug"></i></button> <?php } ?>…