View Single Post
  #2 (permalink)  
Old 08-03-2007, 12:16 AM
vivekanandan vivekanandan is offline
D-Web Trainee
 
Join Date: Jul 2007
Posts: 41
vivekanandan is on a distinguished road
Default 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 = ";&"
Reply With Quote