Given this link:
localhost/abc/review?coupon=bskgnlsdgkj
How do I get the coupon value inside view?
I tried $_GET['coupon]
, but it didn't work.
Given this link:
localhost/abc/review?coupon=bskgnlsdgkj
How do I get the coupon value inside view?
I tried $_GET['coupon]
, but it didn't work.