I just want to have the script do some stuff and then send the client to another page. BUT here's the kicker: the page that it goes to has to be loaded from the server, not from the client's cache.
I tried
header ("Location: $URL");
but that just loads it from the cache.
I tried
header ("Location: $URL");
but that just loads it from the cache.
