View Single Post
Old March 23rd, 2006, 7:45 PM   #11 (permalink)
cowboy
Surpass Fan
Excelling Contributor
 
cowboy's Avatar
 
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
Use .htaccess or php.ini depending on system and custamize as you want:

; The separator used in PHP generated URLs to separate arguments.
; Default is "&".

arg_separator.output = "&"

; List of separator(s) used by PHP to parse input URLs into variables.
; Default is "&".
; NOTE: Every character in this directive is considered as separator!

arg_separator.input = ";&"
__________________
Where would you be if you were at the highest court in the land (US)?
cowboy is offline   Reply With Quote