Hi !
I come to realize how useful is to use EOF with the echo()
however I have many constants that i'd like to use within my echo <<<EOF statement, this dont show on the page
i already tryed
define('_woot','this should display');
echo <<<EOF
{_woot}
EOF;