Please check the pages dedicated to texas holdem texas holdem http://www.texas-va-loan.com/texas-holdem.html
...
EOSTR;
// First we need a little HTML:
echo '
phpCF '.PHPCF_VERSION.' - Example 2
Text scanned:
From: '.$email.'
IP Address: '.$ip.'
'.htmlentities($text).'
';
/**
* THIS IS WHERE IT REALLY STARTS HAPPENING!
*/
$cf = new phpCF($text, $email, $ip);
if ($cf->hasError()) {
$cf->printErrorList();
}
if ($cf->isSpam()) {
echo "SPAM
\n";
}
echo "Score: ";
echo $cf->score;
echo "
";
echo "Threshold: ";
echo $cf->getThreshold();
echo "
";
echo "Log:";
$cf->printLog();
echo "
\n";
?>
Debugging info
getDebugInfo()); ?>
© Copyright 2005 - 2009, Anders K. Madsen, <madsen@lillesvin.net>