Hi,
I tried the HTTP_RAW_POST_DATA array, but it doesn't appear to exist. Then I
just tried to access it like a variable and it's empty.
Have I not got something setup correctly for PHP?
Thanks,
Sam
"Steve Meyers" wrote in message <9cn71i$d03$[EMAIL PROTECTED]>...
>Try using the $HTTP_RAW_POST
Try using the $HTTP_RAW_POST_DATA array.
--
Steve Meyers
[EMAIL PROTECTED]
""PHP"" <[EMAIL PROTECTED]> wrote in message
9clmgq$2fc$[EMAIL PROTECTED]">news:9clmgq$2fc$[EMAIL PROTECTED]...
> Hi,
>
> I'm trying to the MSXML DOM 3 from Visual Basic and send XML to a PHP
page
> that sits on my Apac
Hi,
I'm trying to the MSXML DOM 3 from Visual Basic and send XML to a PHP page
that sits on my Apache web server on SCO Unix.
This is my VB Code:
Dim xmlstr As New XMLHTTP30
Dim sXML As String
sXML = "Content-Type: text/xml;"
sXML = sXML & ""
sXML = sXML & "Initialize"
sXML = sXML & "True"
sXM
3 matches
Mail list logo