Bu hatayı alıyorum ne yapmam gerekiyor ?
Bu logincontrol.php sayfasındaki kod.
<?
session_start();
session_register("kullanici_adi");
if (session_is_registered('kullanici_adi'))
?>
<?php
ini_set('error_reporting', E_ALL^E_NOTICE);
include "../include/bag.php";
?>
<?php
if (empty($_POST['userr']) || empty($_POST['passs']))
echo "
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td align='center'><table width='0' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><img src='img/mavi1.png' width='17' height='87'></td>
<td background='img/mavi2.png'><a style='text-decoration:none' href=login.php><font face='tahoma' style='font-size:10pt; font-weight:700' color='#333333'>Lütfen Giriş Alanlarını Boş Bırakmayınız. TEKRAR DENEYIN</a></td>
<td><img src='img/mavi3.png' width='24' height='87'></td>
</tr>
</table></td>
</tr>
</table>Buda ayarlar.php de ki kod. <?
session_start();
ini_set('error_reporting', E_ALL^E_NOTICE);
if($_SESSION['kullanici_adi']!=true) {
header ("Location:login.php");
die("");
}
?>
<?php
ini_set('error_reporting', E_ALL^E_NOTICE);
?>
<?
include "../include/bag.php";
?>
<?php
include'sayilar.php';
include'func_open.php';
include'../fonksiyon.php';
?>