| derick@php.net 2004-10-29, 3:56 am |
| ID: 30607
Updated by: derick@php.net
Reported By: smifffy at smith-net dot org dot uk
Status: Open
-Bug Type: Website problem
+Bug Type: Documentation problem
Operating System: n/a
PHP Version: Irrelevant
New Comment:
Changing category to doc-problem.
Previous Comments:
------------------------------------------------------------------------
[2004-10-29 02:35:00] smifffy at smith-net dot org dot uk
Description:
------------
on the page (http://uk2.php.net/manual/en/function.setcookie.php) the
line:
Note: If the PHP directive register_globals is set to on then cookie
values will also be made into variables. In our examples below,
$TextCookie will exist. It's recommended to use $_COOKIE.
should read
Note: If the PHP directive register_globals is set to on then cookie
values will also be made into variables. In our examples below,
$TestCookie will exist. It's recommended to use $_COOKIE.
ive only looked on the uk and uk2 pages but i assume it is the same on
the other english servers.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30607&edit=1
|