This is a great tutorial! It prevented me from going through setting up recaptcha
@rushawncampbell72844 жыл бұрын
php is a really powerful language coupled with ajax technique
@samuelonowuko1104 жыл бұрын
Great one there. Your solutions are always unique
@ambreeshpathak13665 жыл бұрын
Sir your video is so nice...its very help full for all that .... can you make any what's app group there we can ask any type of query related to php or paython..or more language
@tonowibi3 жыл бұрын
Thanks for the source code, and it's working and awesome.... But i have a question, how to send and write the form data to the database ?, because your source code is only for checking the captcha has entered is right or wrong..... Thanks in advance.....
@mehmetercu67503 жыл бұрын
Thank you sir 👍👏👏👏
@oscard94665 жыл бұрын
Very useful tutorial 🤓🤓🤓🤓
@sahilshah92125 жыл бұрын
how generate random background color for this captcha
@mohammedalsarraj99635 жыл бұрын
Thanks for this tutorial
@jackcollazo4 жыл бұрын
Nevermind, I found the problem! Thank you for your Tutorial! This helped so much! Oh, and I've just subscribed :-)
@ivofortune97344 жыл бұрын
Whats your solution please. Mine doesnt work well
@uraamasif46135 жыл бұрын
Sir please add delete post and delete account feature to follow unfollow system using php mysql
@muhammadhananasghar31025 жыл бұрын
#Sir please continue advance features in chat app
@avickchakraborty3903 жыл бұрын
Where is arial.ttf coding???
@Mango-xv9yw3 жыл бұрын
Enable GD extension to show captcha
@Ranjeetkumar-ct2zn5 жыл бұрын
sir how to take a capture image from where
@parasnshah28995 жыл бұрын
Hello dear sir please upload video for laravel crud api tutorial
@pedrohsantoro5304 жыл бұрын
there is no code to type in the box beside
@RAHULSHARMA-sc5mi5 жыл бұрын
yeah please add delete post and block unblock user feature in follow and unfollow
@gsrcreations1085 жыл бұрын
how you can assign same id(captcha_id) for form and captcha input ... in form there should be (captcha_form) in form tag... to prevent default action of form..in java script you took captcha_form as id but in form tage id is captcha_code... so how this form is working ..i could not get it.
@himanshubajaj7375 жыл бұрын
i agree
@surendrapadala34215 жыл бұрын
it is not generating random captcha instead it is diplaying empty image
@jackcollazo4 жыл бұрын
I've just found the problem. You have to upload the "arial.ttf" font and make sure correct path is set: $font = dirname(__FILE__) . '/fonts/arial.ttf';
@rushawncampbell72844 жыл бұрын
Instead of $font= dirname(__FILE__). 'font .tff' , instead you can write $font =' aria.ttf';
@rushawncampbell72844 жыл бұрын
make the $font the 7th parameter of the imagettftext method.
@rajnigupta85813 жыл бұрын
did your error got solved?
@ronakwadhwa20022 жыл бұрын
@@rajnigupta8581 did you found the solution??
@samuelonowuko1104 жыл бұрын
Invalid code
@jackcollazo4 жыл бұрын
Make sure you upload the "arial.ttf" font in a font folder and set correct path: $font = dirname(__FILE__) . '/fonts/arial.ttf';