Simple captcha system in PHP + source code | real time image creation | Quick programming tutorial

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 41

  • @AmroKSaleh
    @AmroKSaleh 3 роки тому +2

    The PHP king again!!

  • @inteliconn995
    @inteliconn995 3 роки тому +5

    You are an excellent teacher. Thanks! You really need a GitHub account and put your source code there.

  • @dennismutemi7991
    @dennismutemi7991 3 роки тому +1

    thanks, sir for your excellent work. Again am kindly requesting you to create a video on responsiveness using Javascript and css and also advice me on the best resources for learning javascript and php.

    • @QuickProgramming
      @QuickProgramming  3 роки тому +1

      you can watch this one for responsive page:
      ua-cam.com/video/c8EklYtISgM/v-deo.html
      and this one for a responsive nav bar:
      ua-cam.com/video/jXlPqP2uINI/v-deo.html

    • @dennismutemi7991
      @dennismutemi7991 3 роки тому

      @@QuickProgramming thanks sir.What about the best materials for learning php and javascript(notes)

  • @anselmdike2817
    @anselmdike2817 3 роки тому +1

    You're the best bro

  • @taranewstime6909
    @taranewstime6909 3 роки тому +2

    Bro you are so talented

    • @QuickProgramming
      @QuickProgramming  3 роки тому

      Thank you😊😊😀

    • @taranewstime6909
      @taranewstime6909 3 роки тому

      @@QuickProgramming my pleasure I am with E-commerce project I am 5 no video and it's continuing and how many videos remaining in E-commerce video

    • @QuickProgramming
      @QuickProgramming  3 роки тому

      @@taranewstime6909 am not sure how many are remaining coz I don't plan before recording. I simply record while coding in real time, if I were to guess I would say maybe video 200 will be the last

    • @taranewstime6909
      @taranewstime6909 3 роки тому +1

      @@QuickProgramming ok ok bro no problem I am continuing your project and it's your project having new approaches so good job bro

    • @taranewstime6909
      @taranewstime6909 3 роки тому +1

      @@QuickProgramming I am happy while I write your code thank again

  • @BusinessInfo-v3d
    @BusinessInfo-v3d 11 місяців тому

    Thank you So Much for properly guide line

  • @robyadiputra6683
    @robyadiputra6683 3 роки тому +1

    Thank you so much

  • @miranghafwr6781
    @miranghafwr6781 3 роки тому +1

    Thanks....♥♥♥

  • @indofx
    @indofx Рік тому

    wy i run this code in localhost cant not display, but in live server can walk

  • @projeto-14
    @projeto-14 2 роки тому +1

    50 minutes video and php programming..
    the paradise is not rea...

  • @informaticofull1935
    @informaticofull1935 3 роки тому +1

    How can i add an redirection if the captcha is correct?
    Please answer me sir if possible

    • @QuickProgramming
      @QuickProgramming  3 роки тому +1

      redirection can be done in two ways. with php or with javascript
      1. with php you do this: header("Location: index.php");die;
      2. with javascript, you echo the javascript like this:
      echo "window.location.href = 'index.php'";die;
      both will take you to the index page. use the first one, its better and more secure. but if you fail for some reason, you can use the second one

    • @informaticofull1935
      @informaticofull1935 3 роки тому +1

      @@QuickProgramming can i contact u teacher?

    • @informaticofull1935
      @informaticofull1935 3 роки тому

      @@QuickProgramming i just wanna know where to add it

    • @informaticofull1935
      @informaticofull1935 3 роки тому

      @@QuickProgramming please

    • @QuickProgramming
      @QuickProgramming  3 роки тому +1

      @@informaticofull1935 you can contact me on facebook.com/quickcode i check messages there once in a while

  • @tekj42
    @tekj42 Рік тому

    Image and text are updating in the folder correctly - but the cached image shows up in the browser unless holding SHFT when posting the form. Tried Cache-Control headers but same result. Suggestions?

    • @QuickProgramming
      @QuickProgramming  Рік тому +1

      Add a random number to the image section like this:

    • @tekj42
      @tekj42 Рік тому

      @@QuickProgramming Perfect - thank you!

  • @cortikmortik6604
    @cortikmortik6604 2 роки тому +1

    Fatal error: Uncaught Error: Call to undefined function imagecreatetruecolor() in C:\xampp\htdocs\captcha\login.php:12 Stack trace: #0 C:\xampp\htdocs\captcha\login.php(67): create_capacha(54177) #1 {main} thrown in C:\xampp\htdocs\captcha\login.php on line 12

  • @ShahbazAsad-c4k
    @ShahbazAsad-c4k 3 місяці тому

    0:16

  • @hpchannel2124
    @hpchannel2124 Рік тому

    Warning: Wrong parameter count for imagettftext() in C:\xampp\htdocs\captcha\login.php on line 18

    • @QuickProgramming
      @QuickProgramming  Рік тому

      it means you added less parameters to the imagettext() function than it needs. so check again to make sure you didnt miss one. the line number and file are in the error

  • @mrnargil
    @mrnargil 3 роки тому

    53 minute for a captcha is not Quick programming :))

    • @QuickProgramming
      @QuickProgramming  3 роки тому +1

      There's no such thing as quick programming. All programming projects take alot of time. So of course the channel title is simple hyperbole