> I think you understand my problem.
> 
> I will use a client program to POST the XML data to a php file on the
> server base HTTP
> in php file will get the post request,
> 
> the question is, how can i get the xml data in post request

Hmm, I dont think I understand? Where do you want to do with the XML? Cant 
you just make a echo() in a xml document? please explain?
<?xml version='1.0'?>
...
...
....
<?php
echo $xmldatavar;
?>
...
...
...

Regards,
Johan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to