Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

check_captcha

This function will check the captcha which had been submitted. Both the $captchs_encode and $captcha_string will have to mach in order to make the capcha return true. If this function fails, it will output false.

check_captcha

Quote

check_captcha ( string $captchs_encode, string $captcha_string )


Parameters
captchs_encode
The encoded captcha which is used to find the correct captcha in the database.

captcha_string
This is the actual value of the captcha. If this matches the value in the database the function will return true.

Return Values
This function will return true if the captcha_string mach the captcha_string stored in the database based on the captchs_encode

Changelog
Version Description
7.01.00 Function has been removed from the core as Secureimage is more reliable.
7.00.00 Replaced by Secureimage as it is more reliable.
6.01.00 This function was added to the core of PHPFusion to prevent bots from submitting information to the site when comments and shoutbox are open for guests to post.

Notes
This function has been replaced by Secureimage as of PHPFusion v7.00.00 and removed as of PHPFusion v7.01.00