<? include('passGen.class.php'); $pass = new PassGen(); echo "Easy remember password: " . $pass->mkPassword(); ?>
info at phpclasses dot org