if($_POST['sifre'] == "1234")
{
header("Location: dogru.php");
}
else
{
header("Location: yanlis.php");
}
?>