I know that as such, in HTML you can not use the conditional if, but with PHP you can integrate perfectly.
What I'm looking for is that instead of doing the conditional completely in PHP:
<?php
if (condicion) {
echo "<p>hola<...
asked by
07.06.2017 / 09:22