Bobo Wieland wrote:

how can i force the SID variable in urls not to be &SID=, but &SID ?

Who is appending SID to your urls?
You or php??
I currently append SID via code (not automatically by php), and its working well
with XHTML 1.1.


Otherwise, take a look at this php.ini option ->
; The separator used in PHP generated URLs to separate arguments.
; Default is "&".
;arg_separator.output = "&"

It may be what you're looking for...

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to