From 745db7accc201b6c0340ea937cd50f7d58019cf1 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sun, 4 May 2003 16:32:15 +0000 Subject: [PATCH] adding some user notes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125701 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/echo.xml | 7 ++++++- reference/strings/functions/print.xml | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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.