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
I am not sure I understand your problem.
The separation of parameters is something YOU do, not PHP.
An example of a call would be
http://www.test.com/script.php?name=Luis&state=active
to call SCRIPT.PHP with parameters "name" and "state".
christian tischler wrote:
Hi,
Please help...
I think my php.