i have made a contact us form that emails to my email,, but the problem is that i made a text field to avoid spam machines, which says 1+1= ? , and the answer in the input field must be always 2
if(isset($guess) == "2"){
die("Please Enter all the fields correctly");
}
but it didnt work i tried also != ,,
can anyone write me his own code ,,please please help !!