Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Show Captcha Image

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles