ob_start(); session_start(); error_reporting(0); include "Config.php"; include "function.php"; include "doviz.php"; include "mesajkontrol.php"; include "sayac.php"; include "online.php"; ///print_r($_SESSION); if ($_GET['id']!=null) { $sql = mysql_query("select kategori from kategori where id = '".$_GET['id']."' and kat_id = '0'"); $magaza = mysql_fetch_array($sql); if ($magaza['kategori']!=null) { $reyon = $magaza['kategori']." Reyonu "; } else { $reyon = ""; } } ?>