PEAR's Text_CAPTCHA

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpman99
Forum Newbie
Posts: 6
Joined: Fri Feb 01, 2008 4:10 am

PEAR's Text_CAPTCHA

Post by phpman99 »

Hi!
I have about installing Text_CAPTCHA on apache running on windows. I have got the PEAR library and as directed by the PEAR manual installed the Text_CAPTCHA package using the command line. But now for some reason the CAPTCHA image is not displayed. Any ideas why? And PEAR installed automatically added the following in my php.ini file:

;***** Added by go-pear
include_path="c:\php\pear"
;*****

Do I need to add anything else for the Text_CAPTCHA package, or maybe something else is wrong?

Thanks for help!!
Post Reply