I need to send this XML
<?xml version="1.0" encoding="UTF-8"><gate><country>NO</country><accessNumber>1900</accessNumber><senderNumber>1900</senderNumber><targetNumber>4792267523</targetNumber><price>0</price><sms><content><![CDATA[This is a test æøå ÆØÅ]]></content></sms></gate>
to a SMS gateway service. The service listens for HTTP POST requests. The XML must be embedded in the BODY of the POST request.
I'm using PHP and the CodeIgniter framwork, but I'm a total PHP n00b, so ideally I'd need a thorough guide, but any pointers in the right direction is appreciated.