# Captcha
Very simple standalone Captcha that uses random vowels and consonants to create a human readable word and places it with a random color on a random location inside a checkerboard.
Requirements: PHP GD Library.

echo "Prove to us you are not a robot.";
echo '';
echo '';
Then you need to read the $_SESSION['captcha_question'] , which was stored inside the image session.
Like so:
if($_SESSION['captcha_question'] === $_POST['captcha']) {
echo "Captcha was correct!";
}
And then decide what to do next...
# Font
"Thankfully" by Creatype Studio
https://creativemarket.com/creatype
(They said it's 100% free.)
Hint: Use another font, and make it even better.... the more randomness, the more annoyed robots.