I am a newbie to XML with PHP... does anyone have any information on the following... I need to sublit this request via a PHP page...
<?xml version='1.0' encoding='UTF-8'?>
<BOOKING type='AE' NeedDTD='yes' returnURLNeed='no' returnURL='http://' AGENTCODE='TESTET' AGENTPASSWORD='TESTSTSTS' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation='http://test.xm.co.uk/sTravcoTX3/AllocEnquiryV4Snd.xsd'>
<HEADER>
<INTERNAL_CODE1>DWEBCN</INTERNAL_CODE1>
<INTERNAL_CODE2>ENQUIRE</INTERNAL_CODE2>
<INTERNAL_CODE3>VB</INTERNAL_CODE3>
</HEADER>
<DATA ENQUIRY_NO='1' ADULTS='2' CHILDREN='0' DURATION='1' DATE='1-Mar-2004' HOTEL_CODE='AAL' PAX_IN_ROOM='2'/>
</BOOKING>
How do I do this???? I am really tring to learn but need help.
Thanks,
Chris