CodeIgniter PHP Framework - Need to get query string

前端 未结 12 1488
挽巷
挽巷 2020-11-27 04:07

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

12条回答
  •  情深已故
    2020-11-27 04:37

    Here is how i did it recently. Hope it helps

    
    

    to call : http://www.mydomain.com/mycontroller/myfunction/?somestuff=x&morestuff=y

提交回复
热议问题