simple-php-captcha
simple-php-captcha copied to clipboard
How to verify captcha?
I can see captcha image but i want to verify the captcha in send_mail.php.
if($_SESSION['captcha']['code'] === $captcha) { echo "Massage was sent."; } else { echo "Mailer Error: " . $mail->ErrorInfo; exit; }
I couldn't run it.