// If session support is not required delete these two lines. session_start(); session_register('set_data'); header("Cache-control: private"); // Fix for bloody IE 6! ?> require_once("roddb.php"); // -=-=-=-=-=-=-=-=-=-=- B E G I N L U M P -=-=-=-=-=-=-=-=-=-=- // This lump of code _should_ sort out register_globals="on|off" // problems, but there are no guarantees. if (!isset($_SERVER) && isset($HTTP_SERVER_VARS)) { $_SERVER = $HTTP_SERVER_VARS; } if (!isset($_POST) && isset($HTTP_POST_VARS)) { $_POST = $HTTP_POST_VARS; } if (!isset($_GET) && isset($HTTP_GET_VARS)) { $_GET = $HTTP_GET_VARS; } if (!isset($_COOKIE) && isset($HTTP_COOKIE_VARS)) { $_COOKIE = $HTTP_COOKIE_VARS; } if (!isset($_FILES) && isset($HTTP_POST_FILES)) { $_FILES = $HTTP_POST_FILES; } if (!isset($_ENV) && isset($HTTP_ENV_VARS)) { $_ENV = $HTTP_ENV_VARS; } if (!isset($_SESSION) && isset($HTTP_SESSION_VARS)) { $_SESSION = $HTTP_SESSION_VARS; } while (list($key, $var) = each($_GET)) { $vars[$key] = $var; } while (list($key, $var) = each($_POST)) { $vars[$key] = $var; } // -=-=-=-=-=-=-=-=-=-=-=- E N D L U M P -=-=-=-=-=-=-=-=-=-=-=- ?>
![]() |
|
|
Media Resource Center
If you would like to order media off-line you may print our PDF order form and mail it to us. Click here to view our PDF order form in a new window. To download the form to your PC:
|