CodeIgniter PHP Framework - Need to get query string

前端 未结 12 1493
挽巷
挽巷 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:33

    You could make a rule in your .htaccess to prevent your MOD_REWRITE from firing on that specific page. That should allow you to use the _GET.

提交回复
热议问题