smartersolutions Posted May 4, 2017 Share Posted May 4, 2017 Hello All, thank you for taking the time to read this and I hope there is someone out there that can help me resolve my little PHP issue. I have setup a simple captcha php file for my site and this was working but for some unknown reason it has stopped, this could be because the captcha image is not showing up, but regardless, if someone could help me fix this I would really appreciate it. Please let me know what information you need to review. Thanks James Quote Link to comment Share on other sites More sharing options...
requinix Posted May 4, 2017 Share Posted May 4, 2017 Hard to do without you showing us a site or code or anything helpful like that. Quote Link to comment Share on other sites More sharing options...
Jacques1 Posted May 4, 2017 Share Posted May 4, 2017 What prevents you from simply switching to a professional CAPTCHA like Google's reCAPTCHA? Not only is it more secure. It's also going to be a lot more stable than your current implementation. If you absolutely must use your current home-made CAPTCHA, start with the PHP error log. Code doesn't just "stop working". If something went wrong on the server, there's a likely an error message (unless you've disabled reporting/logging, which would be a problem). 1 Quote Link to comment Share on other sites More sharing options...
Strider64 Posted May 4, 2017 Share Posted May 4, 2017 Google's reCaptcha is pretty nice and easy to use -> https://www.pepster.com/contact.php I like using it for it save me from coming with my own and I can move onto other PHP scripts. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.