Robotlar önlemek için yeni bir yöntem

0 Cevap php

Ben e-posta için bir metin girişi ile bir form var. Ben robotlar önlemek için captcha'yı kullanmak istemiyorum. Ama ben bir yöntem kullanmak için kullanılır.

Benim e-posta metin giriş a name = "courrier" ya da başka bir ad vermek ve ben name = "email" ile başka bir gizli metin girişi oluşturun.

Php kodu, ben bir koşul koymak ettik:

if (empty($_POST['email'])) {
  // add infos in the database
} else {
  //this is not allowed to use robots
}

Bu yöntem web sitesinde can sıkıcı olabilir bazı captcha'yı önlemek için yararlı mı?

0 Cevap