Hi. I have a link in my page that look like this: a href=?command=value
but when I click the link and the page reloads it first load another include php file. That redirect the user based on the cookie. like this: header('Location: ?lang='.$redirect);
So when the page loads the ?command=value is gone.
I need to append &command=value
in the redirecting include file so the url look like this: ?lang=en_US&command=value