pixeltrace Posted May 9, 2007 Share Posted May 9, 2007 guys, my boss wanted to setup a registration form and has the security ramdon text below. this is the part, where before you submit the registration form, you have to type in correctly the random text/numbers that was generated. hope you are getting what i mean. what is this called and what is the purpose of that? also, do we have an online code of that which i can just use? because i still dont have an idea how it works and how to do it. hope you could help me with this. thanks so much! Quote Link to comment https://forums.phpfreaks.com/topic/50666-random-security-code-help/ Share on other sites More sharing options...
per1os Posted May 9, 2007 Share Posted May 9, 2007 Captcha www.google.com Should give you all the resources you would need. Quote Link to comment https://forums.phpfreaks.com/topic/50666-random-security-code-help/#findComment-249046 Share on other sites More sharing options...
veridicus Posted May 9, 2007 Share Posted May 9, 2007 I think you're referring to CAPTCHA, which is typically random text, but generated in an odd-looking image to make it hard for bots to automate input. See Wikipedia for an overview. I looked online for an old public domain implementation in PHP I used to use, but can't seem to find it. Quote Link to comment https://forums.phpfreaks.com/topic/50666-random-security-code-help/#findComment-249049 Share on other sites More sharing options...
pixeltrace Posted May 9, 2007 Author Share Posted May 9, 2007 i see. so that is its purpose. is there a free script online for this? or do you now the code for this? hope you could help me with this. thanks! Quote Link to comment https://forums.phpfreaks.com/topic/50666-random-security-code-help/#findComment-249106 Share on other sites More sharing options...
per1os Posted May 9, 2007 Share Posted May 9, 2007 Google search PHP CAPTCHA You will find plenty of free code. Quote Link to comment https://forums.phpfreaks.com/topic/50666-random-security-code-help/#findComment-249111 Share on other sites More sharing options...
pixeltrace Posted May 9, 2007 Author Share Posted May 9, 2007 great! thanks so much!!! Quote Link to comment https://forums.phpfreaks.com/topic/50666-random-security-code-help/#findComment-249159 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.