| 
 Posted by lawrence k on 06/25/06 03:45 
Jerry Stuckle wrote: 
> 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. 
 
But that's impossible. "&" is the separator that the W3C.org 
suggests, and I know I've seen sites that do it in a way that conforms 
to standards. 
 
I think I asked this question a few years ago, but I can't find it now 
through Google. Still, the idea that every site that uses PHP is 
non-conforming to web standards clearly can't be right. 
 
I suppose "&" by itself would work? I'll give that a try.
 
  
Navigation:
[Reply to this message] 
 |