Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/01/2012, 01:52
Avatar de memoadian
memoadian
Colaborador
 
Fecha de Ingreso: junio-2009
Ubicación: <?php echo 'México'?>
Mensajes: 3.696
Antigüedad: 14 años, 10 meses
Puntos: 641
Respuesta: HTML o Iframe no funcionan

mostrar un código html?

Código PHP:
Ver original
  1. echo "<h1>Hola</h1>";

como debe ser

Código PHP:
Ver original
  1. <?php
  2.            else
  3.            {
  4. ?>
  5.               <h1><strong>Hola</strong></h1>
  6. <?php
  7.            }
  8. ?>