PlantillaHTML

<span style="font-weight:bold">'.utf8_encode($consulta['Razonsocial']).'</span>
<span style="font-weight:bold">'.utf8_encode($consulta['CIF']).'</span>
<span style="font-weight:bold">'.utf8_encode($consulta['Domicilio']).' '.utf8_encode($consulta['Numero']).' '.utf8_encode($consulta['Localidad']).' '.utf8_encode($consulta['Provincia']).' '.utf8_encode($consulta['Postal']).'</span>
<span style="font-weight:bold">'.utf8_encode($consulta['Email']).'</span>
<strong> </strong> <br>
<ul>
<li>
</li>
</ul>
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#