PEAR & Php

Discussion in 'PHP' started by kardelen133, Mar 14, 2007.

  1. #1
    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
     
    kardelen133, Mar 14, 2007 IP
  2. scriptdance

    scriptdance Active Member

    Messages:
    340
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #2
    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);
    ?>
     
    scriptdance, Mar 14, 2007 IP
  3. kardelen133

    kardelen133 Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank's for your help, I'm gonna try it again.
     
    kardelen133, Mar 18, 2007 IP