Hi,
Whats the best way to reload/redirect a page in PHP which completly removes all history/cache? Which headers should I use?
The page today:
While clicking on a link, get-parameters is set and a script is running. When finished, I want to redriect and reload the page without the get-parameters. At first, it looks like nothing has happen, but when pressing F5, the changes appear.
What I want:
Redirect and reload so the changes appear without pressing F5.