This script can also work out for redirecting purposes, just by setting the appropriated code into a conditianal sentence. The code of this script is layoutted in this page
subframe
You can do the same for GET-variables and use this system as a sort of password to get avilable all your sensible informations that you might need if using a public computer, in that case do not forget to place appropriate
headers to disable chronology storing of the page containing this script :
header("Pragma: no-cache");
header("Cache-Control: no-store,no-cache,must-revalidate,post-check=0,pre-check=0",false);
|