You may check same discussion at
http://bugs.php.net/bug.php?id=31184&edit=1
On Mon, 4 Dec 2006, M.Ozan Hazer wrote:
Hi all,
I'm getting these errors:
[04-Dec-2006 18:21:56] PHP Warning: Unknown: The session id contains
illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in Unkn
Hi all,
I'm getting these errors:
[04-Dec-2006 18:21:56] PHP Warning: Unknown: The session id contains
illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in Unknown
on line 0
[04-Dec-2006 18:21:56] PHP Warning: Unknown: Failed to write session data
(files). Please verify that the c
On Mon, December 4, 2006 10:43 am, M.Ozan Hazer wrote:
> [04-Dec-2006 18:21:56] PHP Warning: Unknown: The session id contains
> illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in
> Unknown
> on line 0
Find your session_start() and do this after it:
var_dump(session_id());
If you
Hi all,
I'm getting these errors:
[04-Dec-2006 18:21:56] PHP Warning: Unknown: The session id contains
illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in Unknown
on line 0
[04-Dec-2006 18:21:56] PHP Warning: Unknown: Failed to write session data
(files). Please verify that th
> -Original Message-
> From: Jared Williams [mailto:[EMAIL PROTECTED]]
> Sent: 17 September 2002 13:20
>
> Hmm
> http://www.w3.org/TR/html4/types.html#type-name
>
> 'ID and NAME tokens must begin with a letter ([A-Za-z]) and may be
> followed by any number of letters, digits ([0-9]), hyp
ems to me, the rules for valid IDs & NAMEs are the same...
-Original Message-
From: Ford, Mike [LSS] [mailto:[EMAIL PROTECTED]]
Sent: 17 September 2002 12:43
To: 'Jared Williams'; [EMAIL PROTECTED]
Subject: RE: [PHP] Illegal characters in HTML form element names.
> -Or
> -Original Message-
> From: Jared Williams [mailto:[EMAIL PROTECTED]]
> Sent: 11 September 2002 14:03
> To: [EMAIL PROTECTED]
> Subject: [PHP] Illegal characters in HTML form element names.
>
>
> Hi,
> The HTML standard defines the set of character
Hi,
The HTML standard defines the set of characters that are valid in form
element names. It does not include [ or ] and yet this seems to be the only
way to get a set of form elements grouped into an array for server side
processing.
Why doesnt PHP do (Perl/ASP) automatically create an array
8 matches
Mail list logo