Captcha Is working in local host but not working in website.

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
guru1986
Forum Newbie
Posts: 1
Joined: Mon May 11, 2009 5:54 am

Captcha Is working in local host but not working in website.

Post by guru1986 »

Hi,
am new to php i came across this problem..
as Captcha Is working in local host but not working in website.
(ie) image is not being displayed in the site..

any reason....
either fault is in server site or in coding..

pls help....

in some cases only blank page is displayed on loading a php file..
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Captcha Is working in local host but not working in website.

Post by jaoudestudios »

What are you developing on locally? WAMP (windows apache)? If so then there is your problem, WAMP is very forgiving!

Check a few things:
1. permissions (depending if you are saving the captcha image)
2. required php libraries are available (depending what type of captcha you are creating)
3. paths
Post Reply