Ver Mensaje Individual
  #6 (permalink)  
Antiguo 22/10/2013, 10:19
Avatar de Cuervoo
Cuervoo
 
Fecha de Ingreso: octubre-2013
Mensajes: 165
Antigüedad: 11 años
Puntos: 43
Respuesta: Como mostrar varias cosas en un "echo"

Como dijo quimfv funciona perfecto, lo acabo de probar

Código PHP:
Ver original
  1. if (true):
  2.     echo '<iframe width="420" height="315" src="//www.youtube.com/embed/13uqg5RTAZ8" frameborder="0" allowfullscreen></iframe>';
  3.     echo '<iframe width="420" height="315" src="//www.youtube.com/embed/13uqg5RTAZ8" frameborder="0" allowfullscreen></iframe>';
  4.     echo '<iframe width="420" height="315" src="//www.youtube.com/embed/13uqg5RTAZ8" frameborder="0" allowfullscreen></iframe>';
  5.     echo '<iframe width="420" height="315" src="//www.youtube.com/embed/13uqg5RTAZ8" frameborder="0" allowfullscreen></iframe>';
  6. endif;

Probá de nuevo.