0
If html can be used within php can the html comments also be used?
2 Respuestas
+ 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