Show Captcha Image
-
Greeting,
i use this plugin and very use full for me.
i try to use this plugin in the PHP code (i create custom template for my wordpress web)
but i confused ho to show captcha image, i try this code from description plugin
$captcha_instance = new ReallySimpleCaptcha();
$captcha_instance->bg = array( 0, 0, 0 );
$word = $captcha_instance->generate_random_word();$prefix = mt_rand();
$captcha_instance->generate_image( $prefix, $word );echo $word; //this is working show captcha random word
many thanks before
Jemy
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Show Captcha Image’ is closed to new replies.