string
CFormOutput::ShowCaptchaImage(
);
The method returns HTML code to insert CAPTCHA image. Non-static method.
Method parameters
No parameters.
Returned value
HTML code to insert CAPTCHA image is returned
Examples of use
<?=$FORM->ShowCaptchaImage()?>
See Also