Generate Captcha in PHP

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Request a Video Tutorial here:
    www.youtube.co...
    Source Code:
    www.myphpnotes...
    Learn about Composer:
    • Composer Explained
    Learn about Virtual Hosts:
    • Virtual Hosts Explained
    Brought to you by
    www.myphpnotes.tk

КОМЕНТАРІ • 22

  • @dallanjones6146
    @dallanjones6146 4 роки тому +2

    For those who can't get the text to show on the image. Change line 30 in captcha.php to "$font= "./font.ttf"; (notice the ./ infront of the file name)

    • @domynyo_official
      @domynyo_official 4 роки тому

      Hi there I tried following you advice but It' s not working for me I keep having this error: get error: "The image urlexample.com/captcha" cannot be displayed because it contains errors

    • @futfcfantastic
      @futfcfantastic 4 роки тому

      Thanks for your respone ! I solved this problem with your comment ! Thanks so much !

  • @thesmuuuuggh
    @thesmuuuuggh 7 років тому +2

    this is great, just like your other videos. thank you. keep up the good work!

    • @myPHPnotes
      @myPHPnotes  7 років тому

      Thanks for appreciating our efforts. :)

  • @phatphamthanh1692
    @phatphamthanh1692 4 роки тому +2

    excuse me!! i dont know why it doesnt show image in captcha.php ?

  • @cherylangelica7422
    @cherylangelica7422 4 роки тому +1

    hi..why the image doesn't show..?

  • @sajadgholami1137
    @sajadgholami1137 4 роки тому

    Thanks a lot , so helpful for me :)

  • @janiszarins9359
    @janiszarins9359 4 роки тому

    There's problem with Carving text into the image;
    I changed 2 lines of code to;
    $text_color = imagecolorallocate($image, 255, 255, 255);
    imagestring($image, 25, 225, 130, $captcha , $text_color);
    And it worked for me.
    Cheers.

  • @danishmanzoor795
    @danishmanzoor795 6 років тому

    great job

  • @domynyo_official
    @domynyo_official 4 роки тому

    I get error: "The image urlexample.com/captcha" cannot be displayed because it contains errors

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

    Code is not opening

  • @sagarmehta4888
    @sagarmehta4888 6 років тому

    showing error in line 16 "call to undefined function image create"??

    • @myPHPnotes
      @myPHPnotes  6 років тому

      Hello Sagar,
      Please provide more information regarding your problem.

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

      Same error for create image

  • @jetfilou5399
    @jetfilou5399 4 роки тому

    Hi good tutorial but i have an error your captcha is bad i don’t show the captcha

    • @myPHPnotes
      @myPHPnotes  4 роки тому

      Exception.

    • @jetfilou5399
      @jetfilou5399 4 роки тому

      myPHPnotes but all the new comment say « i don’t show the captcha »

  • @saravananas8086
    @saravananas8086 5 років тому

    image is not create it is showing error

    • @Timespider
      @Timespider 5 років тому

      If you downloaded the source code myPHPnotes kindly supplied, try checking the opening form tag is closed.