Xml und Post

Hallo,

Ich möchte ein XML Dokument auf eine URL posten wie macht man das und wie setzt man die PHP variablen in das XML Dokument?

Hallo,

Ich möchte ein XML Dokument auf eine URL posten wie macht man
das und wie setzt man die PHP variablen in das XML Dokument?

>

oder was meinst du ?

Hallo,

Ich möchte ein XML Dokument auf eine URL posten wie macht man

http://www.php-faq.de/q/q-code-post.html

Content-Type ggfs. auf text/xml ändern.

das und wie setzt man die PHP variablen in das XML Dokument?

Beispiel:

$data = 
 $variable1

EOD;

http://php.net/heredoc

Alexander