In this output, the variable is output like this: {$var} ; and how can we derive a constant, besides how to assign it to a temporary one?

 <<<HTML константа HTML; 
  • 2
    Heredok should not be used in principle. No benefit from it, and a lot of problems. - Ipatiev
  • Yeah, even ob_start(); ?> ... <? $content = ob_get_contents(); ob_end_clean(); ob_start(); ?> ... <? $content = ob_get_contents(); ob_end_clean(); looks much prettier) - Goncharov Alexander

0