Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
PHP Graphic Techniques: CAPTCHA/ Create a verification code
Rating: 4.6 out of 5(83 ratings)
8,335 students

PHP Graphic Techniques: CAPTCHA/ Create a verification code

All course examples have been proved to work under PHP5
Created byOnlyKiosk Tech
Last updated 1/2016
English
English [Auto],

What you'll learn

  • code a CAPTCHA
  • code a verification code
  • install a verification code

Course content

2 sections11 lectures40m total length
  • LESSON-1: Create the canvas, paint brush and ink1:38

    you will know what is required to process image using PHP

  • LESSON-2: Create your first blank canvas2:48
    you will learn how to create a canvas from scratch
  • LESSON-3: Create your first ink3:52
    you will learn how to create colors
  • LESSON-4: Get a paint brush and do your first painting2:21

    set a background color to the new canvas using the imagefill() function

  • LESSON-5: Output your work for display and storage3:46
    1. you will learn how to display the image you just created;
    2. you will learn how to store the image you just created;
  • LESSON-6: Draw a dot, a straight line and a rectangle3:34
    1. you will learn how to draw a dot on the canvas you just created;
    2. you will learn how to draw a straight line on the canvas you just created;
    3. you will learn how to draw a rectangle on the canvas you just created;


Requirements

  • how to use a PHP function

Description

You will learn how to create a verification program and how to install and use it.

Who this course is for:

  • anyone who wants to be able to process images using PHP