Url parameter not change
-
Hello Emre Vona,
Url parameter value not changed without cache clear below is steps for reproduce issue.
First Visit : http://www.example.com/?param=123?param1=456
And then changes parameter value like below
Second Visit : http://www.example.com/?param=111?param1=222
In Page template or footer.php try to get parameter value as per below.
echo $_REQUEST[‘param’];
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Url parameter not change’ is closed to new replies.