Thread
:
XML to php posting issue
View Single Post
#
2
(
permalink
)
08-03-2007, 12:16 AM
vivekanandan
D-Web Trainee
Join Date: Jul 2007
Posts: 41
Re: XML posting issue to php
Hi,
we can solve this by using php configuration. By default the argument specifier is & , we can change to any character in php.ini file for the mentioned directive .
arg_separator.input = ";&"
vivekanandan
View Public Profile
Send a private message to vivekanandan
Find all posts by vivekanandan