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