Skip to content

Instantly share code, notes, and snippets.

View Xyenia's full-sized avatar

Xyenia Xyenia

View GitHub Profile
@Xyenia
Xyenia / captcha.php
Created May 25, 2022 11:14
Simple Math Captcha (PHP, Bootstrap v4)
<?php
/*
* @link http://phpform.net/math_captcha.php
*/
session_start();
// value 1
$numOne = rand(1, 9);