+ 8
Challenge=> CAPTCHA Maker!
Can you code this challenge? Title: CAPTCHA Maker Ever see those images with letters a numbers when you signup for a service and then asks you to enter what you see? It keeps web bots from automatically signing up and spamming. Try creating one yourself for online forms. If you use PHP, take a look at the image functions of GD. Hope you will enjoy! 🎉🎉🎊
3 Réponses
+ 7
Here is my Try.
https://code.sololearn.com/wYi03neVQaG3/?ref=app
+ 4
yeah it's much complicated in I think you know that whenever you make account in Gmail then at last you have to verify that you are not a robot by doing some activities....that is your challenge to creat that activities
+ 2
So the challenge is actually comparing between two strings and verify whether they are equals?