Kayıt Ol
Kayıt ol
Robot olup olmadığınızı anlamamız için aşağıdaki soruyu cevaplayınız..
$sayi1=rand(0,100);
$sayi2=rand(0,100);
echo $sayi1."+".$sayi2.'';
if($_POST){
if($_POST["cevap"]=$sayi1+$sayi2){
echo "Sonuç Doğru!";
}else{
echo 'Sonuç yalnış lütfen tekrar deneyiniz.';
}}else{
echo "post olmadı";
}
?>