FALSE, 'input_name' => 'captcha_code', 'show_audio_button' => FALSE ]; $options += $default_options; require_once 'securimage.php'; ob_start(); echo '
'; echo Securimage::getCaptchaHtml($options); echo '
'; $html = ob_get_contents(); ob_end_clean(); return $html; } }