include 'database.php'; session_start(); if(!isset($_SESSION['oturum'])){ header('Location: index.php'); } else { }