PHP Tutorials // Captcha System (Part 4/4)
Uploader Comments (basixnick)
All Comments (12)
-
I want to add captcha to make it as a page captcha only on that page. Once you get it right. It then takes you to the site. Just an extra step to weed out the bots.
-
why are u using md5 encryption for the value?
-
@basixnick OK, I got it now ^^
-
@basixnick Well, I'm good enough but when I do it with POST control on my captcha page, it only refreshes once.And when I use internal random GET string with the captcha import page, it only does twice.
-
i am still a learner in php .. i never thought we could really create a captcha using php .. and the way you explained is really neat ... Thankyou so much .. i wil implement this captcha rite now . cheersssss !!
-
i am still a learner in php .. i never thought we could really create a captcha using php .. and the way you explained is really neat ... Thankyou so much .. i wil implement this captcha rite now . cheersssss !!
-
I like your tutorials. You explain what is going on in a way that makes it easy to understand without having to know all the syntax right away. Thanks.
is there a way to refresh the image?
TheDeadLike 1 year ago
@TheDeadLikeif you are good with javascript or ajax then you could code some refresh function for it
basixnick 1 year ago
thx man very nice tutorial series!
danielvasic 1 year ago
@danielvasic thanks
basixnick 1 year ago