Cookies now have slashes
[email protected] ("Allan Hansen") Tue, 23 May 2000 01:22:47 +0200
| Newsgroups | php.migration |
|---|---|
| Message-ID | <[email protected]> |
An important change: Cookies have added slashes.
setcookie('cookie', "'\"\\");
$cookie will contain '"\ in PHP3
but \'\"\\ in PHP4.
Ys, Allan Hansen
http://www.jokes2000.com