postvar = $postvar; } function verifyWord() { $submittedveriword = strtolower($this->postvar); if (md5($submittedveriword) == $_SESSION['veriword']) return true; else return false; } function verified() { if($this->verifyWord()) return true; else return false; } } ?>