Displaying returned XML in another PHP page
Posted on
16th Feb 2014 07:03 pm by
admin
I have an online payment form that will return XML given if a payment is successful or declines. I am using PHP cURL to do this, and it all works from the standpoint of approving or denying transactions. However, what I want to do is have it redirect to a new page and display the output in a regular format (minus the XML brackets and such), but cannot get it to carry the data over from the processing page to the results page.
This is the tag I'm using in the processing page to direct when a payment is successful:
Header("Location: /Approved.php?approvalcode=" . $xdoc2->approvalcode . "");
Currently it is passing just the approval code in the URL, but I am going to expand on this after I get the page working properly. Let's say this is part of my XML response I get back when I hit the server and post all the values it is looking for:
[errorcode] => 0 [errordesc] => Successful. [responsecode] => 1 [response] => 1 - APPROVED [approvalcode] => 766251
What needs to be coded in the Approved.php page to ensure these values are captured and displayed? This is an HTTPS setup, and from what I've read $_SESSION probably isn't the way to go (unless I'm told otherwise here), and I do not at all want to use cookies unless I have no choice. I've tried echo statements and $_GET statements but nothing is working, and I know it's because I'm missing something but cannot figure out what.
No comments posted yet
Your Answer:
Login to answer
181
14
Other forums
CHECK A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
ScriptManager History and Opera Issue
I am having an issue in opera with the ScriptManager. I have a ScriptManager on a page with history
(sub)screen resize modification doesn't work after ECC 6 EhP 4 installation
Hello,
We have previously extended the size of the custom data tab on PO transaction ME23
reorder sql query
ok so i have this very simple code:
Code: $query = "SELECT search_keywords, COUNT(search_key
CURL question
i am wondering if it's possible to use multi curl with login something like
login once to web
I need help on this PHP code
Hi everybody, I made some kind of mistake while editing the code below. As you see, at the 3 row my
Open link with largest int string first
I have the following links i would like to open either all at once or one-by-one. How would i procee
Help with Contact Form
I have this Form on an html page and the associated code on page.php (below).
I keep getting the
Using cURL to PUT
Can somebody help with the correct php code to make a cURL PUT request. Here is a sample of code bel
Odd or Even
Inside of a while loop I need to echo several rows of info...easy enough.
In the loop (for th