nsstudio Posted June 13, 2006 Share Posted June 13, 2006 Hi everyone! I'm trying to integrate my PHP/mySQL member billing system with an XML payment gateway (specifically, Orbital Paymentech). They've given me sample XML request & response templates, but I'm just not sure how that fits into my PHP page. I have a PHP form where a user fills in their credit card info, but when they click "Submit" the data needs to be transmitted as XML, and then an XML response will be sent back to the PHP page that needs to be parsed.Can anyone point me in the right direction? I assume this is simple, I've just never worked with XML in a PHP environment. Thanks for any help you can provide! Quote Link to comment https://forums.phpfreaks.com/topic/11823-postreceive-xml-data-in-php/ Share on other sites More sharing options...
poirot Posted June 13, 2006 Share Posted June 13, 2006 If your PHP has expat, you can use it's XML parser functions:[a href=\"http://www.php.net/xml\" target=\"_blank\"]http://www.php.net/xml[/a]I personally only used it to retrieve data, not to generate XML's though. Quote Link to comment https://forums.phpfreaks.com/topic/11823-postreceive-xml-data-in-php/#findComment-44803 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.