I use PEAR which is Object Orient library for Php. I can't setup Text_CAPTCHA module in PEAR. It always give "Warning" messages. Is there anybody who can setup Text_CAPTCHA module in Php? I need help about this module. Thank's kardelen133
what is the message detail? I used it just like this: <?php require_once 'Text/CAPTCHA.php'; $captcha = Text_CAPTCHA::factory('Image'); $captcha->init(150, 80); ?>