session_start(); if ($pass != "yes") { header("Location: http://www.cybersaizensen.com/php4/login.html"); exit; } else { session_register('pass'); } ?>