Codeigniter PHP Framework - Need to get query string

Posted by Siva on Stack Overflow See other posts from Stack Overflow or by Siva
Published on 2010-01-31T09:32:52Z Indexed on 2010/03/14 6:55 UTC
Read the original article Hit count: 526

Filed under:
|
|

Hi,

I'm creating a e-commerce site using Codeigniter. My question is, how should i get the query string. Am using a saferpay payment gateway, the gateway response will be like this

http://www.test.com/registration/success/?DATA=<IDP+MSGTYPE%3D"PayConfirm"+KEYID%3D"1-0"+ID%3D"KI2WSWAn5UG3vAQv80AdAbpplvnb"+TOKEN%3D"(unused)"+VTVERIFY%3D"(obsolete)"+IP%3D" 123.25.37.43"+IPCOUNTRY%3D"IN"+AMOUNT%3D"832200"+CURRENCY%3D"CHF"+PROVIDERID%3D"90"+PROVIDERNAME%3D"Saferpay+Test+Card"+ACCOUNTID%3D"99867-94913159"+ECI%3D"2"+CCCOUNTRY%3D"XX"%2F>&SIGNATURE=bc8e253e2a8c9ee0271fc45daca05eecc43139be6e7d486f0d6f68a356865457a3afad86102a4d49cf2f6a33a8fc6513812e9bff23371432feace0580f55046c

To handle the response i need to get the query string data.

Help would be much appreciated. Thanks in advance.

- Siva

© Stack Overflow or respective owner

Related posts about php

Related posts about codeigniter