|
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)?
|