Türkiyenin baş kenti neresidir ?
captcha.php içeriği
if(strtolower($_POST['soru']) == 'ankara'){
// Doğru ise çalışacak kodlar
echo 'Doğru !';
}else{
die("Hata !");
}
Türkiyenin baş kenti neresidir ?
if(strtolower($_POST['soru']) == 'ankara'){
// Doğru ise çalışacak kodlar
echo 'Doğru !';
}else{
die("Hata !");
}