Code Comments
Programming Forum and web based access to our favorite programming groups.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...
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.