<?php
ob_start();
session_start();
$say = $_SESSION['saydir_bakalım']++;
if($say >=3){
header("Location: http://www.yonleneceksite.com");
}
?>