derick Fri Jun 6 01:06:26 2003 EDT Modified files: /phpdoc/en/reference/http/functions setcookie.xml Log: - > -> < Index: phpdoc/en/reference/http/functions/setcookie.xml diff -u phpdoc/en/reference/http/functions/setcookie.xml:1.22 phpdoc/en/reference/http/functions/setcookie.xml:1.23 --- phpdoc/en/reference/http/functions/setcookie.xml:1.22 Wed May 28 12:10:11 2003 +++ phpdoc/en/reference/http/functions/setcookie.xml Fri Jun 6 01:06:26 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.22 $ --> +<!-- $Revision: 1.23 $ --> <!-- splitted from ./en/functions/http.xml, last change in rev 1.2 --> <refentry id="function.setcookie"> <refnamediv> @@ -23,7 +23,7 @@ must be sent <emphasis>before</emphasis> any output from your script (this is a protocol restriction). This requires that you place calls to this function prior to any output, including - <literal><html></literal> and <literal><head></literal> tags + <literal><html></literal> and <literal><head></literal> tags as well as any whitespace. If output exists prior to calling this function, <function>setcookie</function> will fail and return &false;. If <function>setcookie</function> successfully runs, it will return
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php