Ver Mensaje Individual
  #7 (permalink)  
Antiguo 19/06/2010, 21:59
thezzin
 
Fecha de Ingreso: septiembre-2008
Mensajes: 350
Antigüedad: 15 años, 8 meses
Puntos: 31
Respuesta: dividir un "echo" para que no moleste

Hela, cera a esto que te refieres:
Código PHP:
<?php 
echo 'texto';
echo <<<EOT
<title>Heredoc</title>
<form action="" method="post">
???
</form>
EOT;
echo 
"\nHola";
?>
http://php.net/manual/en/language.types.string.php


-
__________________
╬-----╬
║☺₧☻║
╬-----╬