I\'m creating an e-commerce site using CodeIgniter.
How should I get the query string?
I am using a Saferpay payment gateway. The gateway response will be li
If you want the unparsed query string:
$this->input->server('QUERY_STRING');