how can i send a xml through a url

SockSwece

New Member
I have a php page say \[code\]test.php\[/code\]Here i am creating an xml \[code\]$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>\[/code\]Now i need to send it to a destination\[code\](eg:https://destination.cm/fg)\[/code\]How can i send this xml?
 
Back
Top