|
|
View Message | Back to Messages |
agamemnus Tue Sep 18 2007 at 1:09 pm Oh..... silly me. More info:
Looks like the "fix" also requires one to rewrite "&" in HTML as "&". So.. it looks like everything else will break if "&" isn't manually rewritten in the code.
Also, there's a way to do it on a per-script basis:
ini_set('arg_separator.output','&') ;
It would really be much better if there was a script rewriter available that changed all instances of strings with "&" to "&".
|
|