Ben Harris
New member
When using PHP, you sometimes see/use the following notation
echo <<<HTML
<Anything Here>
HTML;
Can anyone tell me what it's called? Google and the PHP site seem to disregard a search for <<< and I cannot remember for the life of me what it is called.
Thanks.
echo <<<HTML
<Anything Here>
HTML;
Can anyone tell me what it's called? Google and the PHP site seem to disregard a search for <<< and I cannot remember for the life of me what it is called.
Thanks.