Hi,
I have a problem sending values XML format using php.
this is other website(http://www.ourmerchent.com/) sending values to Us
example :
$billAccountNo=10092417235315;
$amount = 1020.00;
using this values.. i need to send XML format to this http://www.ourmerchent.com/ url
how can i convert to XML format and return those values to them using php.
thanks
William