Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 09b67d9697cef4d4189592b28e9df07b > files > 5

php-pear-Text_CAPTCHA-0.3.1-2mdv2010.0.noarch.rpm

<?php

require_once 'Text/CAPTCHA.php';

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

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

?>