[PHP] session management conflicts with xhtml specifications

2001-07-12 Thread Jan
My output does not validate as XHTML because of the sign in the a href that is automatically appendet by the php session management. it should be exchanged by an amp; entity. Is there a way to do this? There should be one I guess ... Thanks, Jan.

Re: [PHP] session management conflicts with xhtml specifications

2001-07-12 Thread Rasmus Lerdorf
You can change the arg_separator setting in your php.ini file. ie. arg_separator = amp; or perhaps: arg_separator = ; -Rasmus On Fri, 13 Jul 2001, Jan wrote: My output does not validate as XHTML because of the sign in the a href that is automatically appendet by the php