Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 2abc9277f2f3610e7be5ba91cf919084 > files > 5

php-pear-Text_CAPTCHA-0.2.1-1mdv2008.1.noarch.rpm

<?php

require_once 'Text/CAPTCHA.php';

$c = Text_CAPTCHA::factory("Numeral");
$c->init(); 

print 'Operation: ' . $c->getCAPTCHA();
print '<br />Solution: ' . $c->getPhrase();

?>