arkadaslar web sitemde adres satırına yonetim.php?sayfa=sinav_takvimi adresini girdiğim zaman aynı sayfa içinde görüntülemesini sağlayabiliyorum buraya kadar sorun yok fakat duzenle.php?id=1331 sayfamıda yonet.php içinde görüntüleyemezmiyim ayrıca belirteyim id=1331 her sınav için ayrıca değişiyor
<script src="../js/jquery.min.js" type="text/javascript"></script> <script type="text/javascript"> $(function() { //We initially hide the all dropdown menus $('#dropdown_nav li').find('.sub_nav').css('display','none');
//When hovering over the main nav link we find the dropdown menu to the corresponding link. $('#dropdown_nav li').hover(function() { //Find a child of 'this' with a class of .sub_nav and make the beauty fadeIn. $(this).find('.sub_nav').fadeIn(100); }, function() { //Do the same again, only fadeOut this time. $(this).find('.sub_nav').fadeOut(50); }); }); </script> <style type="text/css"> /* The Nav styling starts here, The above code is just to make the page look nice */ #dropdown_nav { top: 116px; z-index:10000; /* Divin Katman Sırasıdır*/ width:80%; padding:0px; display:inline-block; list-style:none; margin:auto; -moz-box-shadow:inset 0px 0px 1px #fff; -webkit-box-shadow:inset 0px 0px 1px #fff; border:1px solid #ccc; -moz-border-radius:5px; -webkit-border-radius:5px; background:#e2e2e2; background:-moz-linear-gradient(#f3f3f3, #e2e2e2); background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2)); }
ve cagir.php <?php ob_start(); include ("baglan.php")?> <?php $ara = mysql_query("select * from sinav_takvim ORDER BY sinav_tarihi DESC"); while($bul = mysql_fetch_array($ara))