nasıl ben bir url üzerinden bir xml gönderebilirsiniz

0 Cevap php

Ben bir php sayfası söylemek zorunda test.php

İşte ben bir xml oluşturma

$xmlVariable = <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<signupInfo>
<address>
      <address>1 Infinite Loop</address>
      <city>Cupertino</city>
      <state>CA</state>
      <zip>99999</zip>
    </address>

</signupInfo>

Şimdi ben bir hedefe göndermek gerekir (eg:https://destination.cm/fg)

How can i send this xml?

0 Cevap