lindylex Posted July 14, 2008 Share Posted July 14, 2008 I need to implement a graphic string that a user must enter to send the contents of a form. I have 3 questions. 1. What is this validation called? 2. Ho can I do this with PHP? 3. Can you point me to a location where this technique is explained? Link to comment https://forums.phpfreaks.com/topic/114727-graphic-string-that-a-user-must-enter-to-send-the-contents-of-a-form/ Share on other sites More sharing options...
unsider Posted July 14, 2008 Share Posted July 14, 2008 1. I believe you're lookin for CAPTCHA 2. There are plenty of script and tutorials on this. Google it. 3. http://www.white-hat-web-design.co.uk/articles/php-captcha.php - looks easy to implement into your design or learn from Hope that's what you were talking about. Link to comment https://forums.phpfreaks.com/topic/114727-graphic-string-that-a-user-must-enter-to-send-the-contents-of-a-form/#findComment-589947 Share on other sites More sharing options...
lindylex Posted July 15, 2008 Author Share Posted July 15, 2008 unsider, thanks for the speedy reply and yes I am looking for Captcha. Thanks, Lex Link to comment https://forums.phpfreaks.com/topic/114727-graphic-string-that-a-user-must-enter-to-send-the-contents-of-a-form/#findComment-590458 Share on other sites More sharing options...
lindylex Posted July 15, 2008 Author Share Posted July 15, 2008 What module(s) do I need to install to get the image to work? http://www.white-hat-web-design.co.uk/articles/php-captcha.php This is what my W.A.M.P. i nstall looks like http://mo-de.net/d/php_info/ Link to comment https://forums.phpfreaks.com/topic/114727-graphic-string-that-a-user-must-enter-to-send-the-contents-of-a-form/#findComment-590872 Share on other sites More sharing options...
lindylex Posted July 15, 2008 Author Share Posted July 15, 2008 I solved it. Within my php.ini file arouund line 661 uncomment this extension=php_gd2.dll Link to comment https://forums.phpfreaks.com/topic/114727-graphic-string-that-a-user-must-enter-to-send-the-contents-of-a-form/#findComment-590895 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.