Re: [PHP] illegal characters

2007-02-13 Thread Hidayet Dogan
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

Re: [PHP] illegal characters

2006-12-05 Thread Richard Lynch
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

RE: [PHP] Illegal characters in HTML form element names.

2002-09-17 Thread Ford, Mike [LSS]
> -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

RE: [PHP] Illegal characters in HTML form element names.

2002-09-17 Thread Jared Williams
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

RE: [PHP] Illegal characters in HTML form element names.

2002-09-17 Thread Ford, Mike [LSS]
> -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 characters that are > valid in form > eleme