CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: papacharlie1989

Search: Search took 0.01 seconds.

  1. Re: POST XML data to external PHP script

    I figured it out, it wasn't a problem in my coding at all. I had to simply package the xml data inside a variable known as xml and pass it to the server for the PHP script to accept it. :thumb:
  2. Re: POST XML data to external PHP script

    I have tried text/xml and UTF8 encoding. I used Fiddler Web Debugger and it seems that I am passing the right XML data so I am unsure if there is a problem with the PHP script on the server. Attached...
  3. [RESOLVED] POST XML data to external PHP script

    I am using the below code which I got from MSDN to send an XML Data via HTTP Post to a server running a PHP script. I receive a response from the server but it does not recieve my XML data.

    The...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured