/ Published in: PHP
                    
                                        
Se puede escribir código HTML sin problema insertando además las variables php que se necesiten dentro del propio "relleno"
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<?php
/*código php... */
PRINT <<<HERE
/*dentro de este PRINT podremos picar código HTML, y será interpretado sin problema */
HERE;
?>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                