/* This php code will figure out whether to send the user the user the Flash intro, the html intro, or the test to see if Flash is available. */ $seconds_in_year = 31536000; $send_page = "check"; // Make the default choice the checker. if ($mode) { //Check to see if there's a requested mode in the query string if (($mode == "html") || ($mode == "flash")) { $send_page = $mode; setcookie ("pbshp_mode", $mode, time() + $seconds_in_year); } } else { //Check for cookie if ($pbshp_mode) { //If the cookie exists... $send_page = $pbshp_mode; } } header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 // First send the top of the page if it's not the checker... if ($send_page != "check") { ?>
|
||||||||||||||||
We're investigating whether you have the Flash plugin.
} if ($send_page != "check") { ?>
|
|||||||||||||||||
| Home | | Timeline | | Interviews | | Key Scenes | | Roles | | About the Show | | Glossary | | Feedback | | Site Map | |