You can change the arg_separator setting in your php.ini file.
ie.

arg_separator      =   "&"

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 session management. it
> should be exchanged by an & entity. Is there a way to do this?
> There should be one I guess ...
>
> Thanks,
>
> Jan.
>
>
> --------------------------------------------------------------------------------
>
>
> Below are the results of checking this document for XML well-formedness and validity.
>
>   a.. Line 1, column 963:
>   ... a href="/?PHPSESSID=f40ca6652aa61b790cb53ae541b7904f&PHPSESSID=52f628f ...
>                                                         ^
>   Error: unknown entity "PHPSESSID" (explanation...)
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to