<?php include('class.PasswdAuth.inc'); $auth = new PasswdAuth(); $auth->check('admin'); echo "You're in"; ?>
info at phpclasses dot org