Return to Snippet

Revision: 69989
at October 21, 2015 15:14 by tionazo


Updated Code
<?php
/*código php... */
 
PRINT <<<HERE
 
/*dentro de este PRINT podremos picar código HTML, y será interpretado sin problema */
 
HERE;
 
?>

Revision: 69988
at October 21, 2015 15:09 by tionazo


Initial Code
<?php
/*código php... */
 
PRINT <<<HERE
 
/*dentro de este PRINT podremos picar código HTML, y será interpretado sin problema */
 
HERE;
 
?>

Initial URL


Initial Description
Se puede escribir código HTML sin problema insertando además las variables php que se necesiten dentro del propio "relleno"

Initial Title
Insert HTML code in PHP

Initial Tags
php, html

Initial Language
PHP