For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > November 2004 > Re: [PHP-DB] & and sessions









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] & and sessions
Gerard Samuel

2004-11-29, 8:55 pm

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...
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com