php ini arg_separator.output

PHP is capable of automatically generating URLs and uses the standard ampersand (&) to separate input variables. However, if you need to override this convention, you can do so by using the arg_separator.output directive.

arg_separator.output = "&"

The arg_separator.output '&' is a default. The arg_separator.output php.ini directive allows to customize the argument seperator.





Content