Jump to content

how and where put the captcha


uisneach

Recommended Posts

[ code]

<?php

$giorno = $_POST['giorno'];

$mese = $_POST['mese'];

$anno = $_POST['anno'];

$orario = $_POST['orario'];

$direzione = $_POST['direzione'];

$annunciata = $_POST ['annunciata']; 

$var = $annunciata;

 

 

if (md5($usercode)==$_SESSION['vercode']) {

  //code right

} else {

  //code wrong

  echo "code wrong!!!";

  exit();

}

?>

[ /code]

It seems  correct but not still not works

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.