0
If html can be used within php can the html comments also be used?
2 Answers
+ 2
Yes, it can be used
+ 1
Of course within '...' or "...", for exemple :
<?php
echo 'âč!-- html comment --âș';
?âș
Don't forget php is server side executed, and html client side