In Notepad++ I want temporary turn of this block of code:
Number of registered users: <?php echo $objUsers->users['total']; ?><br/>
Newest user: <?php echo $objUsers->users['last']; ?>
<h5>Online users:</h5> <?php echo $objUsers->users['online']; ?>
html comment markup - doesn't work.
php comment markup - doesn't work.
I can't believe that I must comment separately html and php code - 3+3 times ?