On Wed, Jun 27, 2001 at 02:38:23AM -0700, Brian Tanner wrote:
> I remember the feature to make this work got implemented at 1 point (I
> think), but what is the php.ini config switch to turn this on? Tried to
> RTFM but couldn't find it. ;)
I believe these are what you're looking for:
; 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 = ";&"
--
Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/ : Computer Science House Member
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]