I need to run two php script lines within a .html web, they are 2 functions, but it's like the server does not recognize them:
<div class="contact-wrapper">
<h3>Contactos</h3>
<p>Haga clic en el boton</p>
<div class="social-below">
<a class="btn button-custom btn-custom-two" <?php =link_contactar_propiedad(85,'Email')?></a>
<a class="btn button-custom btn-custom-two" <?php =link_llamar_propiedad(85,'Llamar')?> </a>
</div>