My links could look like this:
mypage.com/index.php?var1=test
mypage.com/index.php?var1=test&var2=123
mypage.com/index.php?var1=test&var2=123&var3=ups
Now what I want is to add a variable at the end of these links like this:
Code: Select all
&app='.$app.'Thanks in advance