alivec Posted March 28, 2008 Share Posted March 28, 2008 Hey i was just wondering how you would make a verification code.. i really only one a text verification code so it would look like.. Your Verification Code: rhvse Please Enter The Verification Code: if you could explain to me how you would do this? Link to comment https://forums.phpfreaks.com/topic/98327-verification-code/ Share on other sites More sharing options...
conker87 Posted March 28, 2008 Share Posted March 28, 2008 Try MD5ing their ID and email address, since it will never be the same. Link to comment https://forums.phpfreaks.com/topic/98327-verification-code/#findComment-503151 Share on other sites More sharing options...
discomatt Posted March 28, 2008 Share Posted March 28, 2008 http://www.google.ca/search?q=CAPTCHA+php Link to comment https://forums.phpfreaks.com/topic/98327-verification-code/#findComment-503191 Share on other sites More sharing options...
alivec Posted March 29, 2008 Author Share Posted March 29, 2008 any other idea's like i was wondering how you would do it.. and i am not exactally sure if i should use PHP if some one could tell me what is the best way to make it.? Link to comment https://forums.phpfreaks.com/topic/98327-verification-code/#findComment-503753 Share on other sites More sharing options...
maexus Posted March 29, 2008 Share Posted March 29, 2008 Randomly generate an ID, store it in the database so it's not used twice http://www.google.com/search?hl=en&q=php+random+password I would suggest looking through the results. It doesn't matter it's if it's password generator, the key is it's a random string. These scripts can and should be modified by you for your needs. Link to comment https://forums.phpfreaks.com/topic/98327-verification-code/#findComment-503987 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.