plz help me

Discussion in 'PHP' started by permander, Mar 20, 2008.

  1. #1
    i have a problem with captcha code in php. I have use captcha code in my project and its working fine in localhost and company server but its not work in the client server(both are window) .in client server the captcha image not shown. plz help me
     
    permander, Mar 20, 2008 IP
  2. blognol

    blognol Peon

    Messages:
    87
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    Check the clients server whether GD is enabled or not. GD is must for captcha.
     
    blognol, Mar 21, 2008 IP
  3. Gordaen

    Gordaen Peon

    Messages:
    277
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah, double check phpinfo() to make sure GD is installed/enabled and verify any filenames are correct (e.g., for font locations if used).
     
    Gordaen, Mar 22, 2008 IP