diff --git a/reference/strings/functions/echo.xml b/reference/strings/functions/echo.xml index 8f0fbc2928..fd0dfb8243 100644 --- a/reference/strings/functions/echo.xml +++ b/reference/strings/functions/echo.xml @@ -1,5 +1,5 @@ - + @@ -88,6 +88,11 @@ I have foo. setting enabled. + + For a short discussion about the differences of print + and echo, see this FAQTs Knowledge Base Article: + &url.echo-print; + See also print, diff --git a/reference/strings/functions/print.xml b/reference/strings/functions/print.xml index a8bb03853a..f0ad4c56aa 100644 --- a/reference/strings/functions/print.xml +++ b/reference/strings/functions/print.xml @@ -1,5 +1,5 @@ - + @@ -59,6 +59,11 @@ END; ]]> + + For a short discussion about the differences of print + and echo, see this FAQTs Knowledge Base Article: + &url.echo-print; + See also echo, printf, and flush.