hatalı
doğrusu
if($gelendeger = '123') hatalı
if($gelendeger == '123') doğrusu
Ek olarak, aşağıdaki yazmış olduğum koduda kullanabilirsiniz.
if(isset($_POST['sayi']) && $_POST['sayi'] == '123')
{
header ('location:http://www.wmaraci.com/');
} else {
?>
}
?>