For Programmers: Free Programming Magazines  


Home > Archive > PHP on Windows > February 2005 > RE: [PHP-WIN] php.ini detail









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author RE: [PHP-WIN] php.ini detail
Chris Ramsay

2005-02-21, 8:56 am

Christian,

Does the data handling part of php.ini look like the following?

###

;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;
;
; Note - track_vars is ALWAYS enabled as of PHP 4.0.3

; 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 = ";&"

[...]

###

It does sound to me as though the problem is linked with the way the
argument seperator is being handled - hence your problem with any more than
one argument at a time...

HTH

Chris Ramsay
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com