HTML_QuickForm_CAPTCHA
[ class tree: HTML_QuickForm_CAPTCHA ] [ index: HTML_QuickForm_CAPTCHA ] [ all elements ]

File: qfcaptcha_form_image.php

Source Location: /HTML_QuickForm_CAPTCHA-0.3.0/docs/examples/qfcaptcha_form_image.php

Classes:

Page Details:

HTML_QuickForm_CAPTCHA Image example - Form

PHP versions 4 and 5

Includes:

require_once('HTML/QuickForm.php') [line 27]
Because the CAPTCHA element is serialized in the PHP session, you need to include the class declaration BEFORE the session starts.

So BEWARE if you have php.ini session.auto_start enabled, you won't be able to use this element, unless you're also using PHP 5's __autoload() or php.ini's unserialize_callback_func setting

require_once('HTML/QuickForm/CAPTCHA/Image.php') [line 28]

Documentation generated on Mon, 11 Mar 2019 15:21:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.