/************************ file name: login_chk.php3 ************************/ if ($yn!="yes") { echo " "; exit; } ?> Example: require("login_chk.php3"); ?> Success! You have pass the checking.