Jump to content

[SOLVED] Php / xml help please


garethhall

Recommended Posts

Sorry for my ignorance but what i am trying to do here is way above my skills so please help me if you can I need to I need to post these transaction variables in xml from to another page here is the xml

 

<Txn>

        <PostUsername>TestUsername</PostUsername>

        <PostPassword>TestPassword</PostPassword>

        <CardHolderName>A Anderson</CardHolderName>

        <CardNumber>4111111111111111</CardNumber>

        <Amount>1.23</Amount>

        <DateExpiry>0102</DateExpiry>

        <Cvc2>3456</Cvc2>

        <InputCurrency>NZD</InputCurrency>

        <TxnType>Purchase</TxnType>

        <TxnId>inv1278</TxnId>

        <MerchantReference>Test Transaction</MerchantReference>

      </Txn>

 

So here is want i need to know how do i get php to this? Is it with    xml_parser_create() I just don't even know how to approach this?

Link to comment
https://forums.phpfreaks.com/topic/84824-solved-php-xml-help-please/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.