Revision: 69989
                            
                                                            
                                    
                                        
Updated Code
                                    
                                    
                                                    
                        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
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        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