|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-23 05:17 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 11:00:01 2025 UTC |
Setcookie autochange how least @ char to %XX style. Example: setcookie('Somemail', 'some@dot.com'); real cookies will looks like set to: Somemail = some%40dot.com only workaround what i found - by using header()