Posted by Jerry Stuckle on 06/25/06 03:20
lawrence k wrote:
> This is what is set by default in the php.ini that is on our server:
>
> arg_separator.input = ";&"
>
> I want the PHP on the server consider both:
>
> &
> &
>
> to be parameter separators. How do I do that? I tried:
>
> arg_separator.input=";&;&"
>
> but that did not work.
>
It's not possible - an input separator is a single character. See the comments
in the php.ini file:
"NOTE: Every character in this directive is considered as separator!"
I don't know how you'd ever get & as an input separator anyway.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|