I came across this use of echo, but can't find any documentation on it. Can anyone tell me what the '<<<' is doing? function initJSandCSS() { echo <<<SCRIPTS ..... SCRIPTS; } Rob.
I came across this use of echo, but can't find any documentation on it. Can anyone tell me what the '<<<' is doing? function initJSandCSS() { echo <<<SCRIPTS ..... SCRIPTS; } Rob.