Şimdi Ara

url den veri çekme yardımcı coder arkadaşlardan destek rica ediyorum içinden çıkamadım

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
2
Cevap
0
Favori
191
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • 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

    sinavlar.php
    <?php ob_start();
    include ("baglan.php")?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>SINAV TAKVİMİ</title>
    </head>
    <body>
    <center><h2>SINAV TAKVİMİ</h2>
    <p><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=sinav_ekle" data-href="yonetim.php?sayfa=sinav_ekle">Sınav Ekle</a></p>
    <p><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=../indexx.php?sayfa=sinavtarihi" data-href="../indexx.php?sayfa=sinavtarihi">Ön İzleme</a></p>
    <?php
    $ara = mysql_query("select * from sinav_takvim ORDER BY sinav_tarihi DESC");
    while($bul = mysql_fetch_array($ara)) {

    echo "
    <table border='1'>
    <tr width='90%'>{$bul['uy']}</tr>
    <tr>
    <td style='text-align:center' width='150'><b>Sınav Tipi</b></td>
    <td style='text-align:center' width='500'><b>Sınav Yeri</b></td>
    <td style='text-align:center' width='100'><b>Sınav Tarihi</b></td>
    <td style='text-align:center' width='100'><b>Sınav Saati</b></td>
    <td style='text-align:center' width='50'><b>Sil</b></td>
    <td style='text-align:center' width='50'><b>Düzenle</b></td>
    </tr>
    <tr>
    <td style='text-align:center' width='150'>{$bul['sinav_tipi']}</td>
    <td style='text-align:justify' width='500'><a href='{$bul['adres_url']}'</a>{$bul['sinav_yeri']}</td>
    <td style='text-align:center' width='100'>{$bul['sinav_tarihi']}</td>
    <td style='text-align:center' width='100'>{$bul['sinav_saati']}</td>
    <td width='50' rowspan='3' style='text-align:center'><a href='sinavsil.php?id={$bul['id']}'>Sil</a>
    <td width='50' rowspan='3' style='text-align:center'><a href='duzenle.php?id={$bul['id']}'>Düzelt</a></tr>
    <tr>
    <td style='text-align:center' width='150'>{$bul['sinav_tipi1']}</td>
    <td style='text-align:justify' width='500'><a href='{$bul['adres_url1']}'</a>{$bul['sinav_yeri1']}</td>
    <td style='text-align:center' width='100'>{$bul['sinav_tarihi1']}</td>
    <td style='text-align:center' width='100'>{$bul['sinav_saati1']}</td>
    </tr>
    <tr>
    <td style='text-align:center' width='150'>{$bul['sinav_tipi2']}</td>
    <td style='text-align:justify' width='500'><a href='{$bul['adres_url2']}'</a>{$bul['sinav_yeri2']}</td>
    <td style='text-align:center' width='100'>{$bul['sinav_tarihi2']}</td>
    <td style='text-align:center' width='100'>{$bul['sinav_saati2']}</td>
    </tr>
    <br>
    </table>
    ";
    }
    ?>
    </p>
    </center>
    </body>
    </html>


    yonet.php sayfam
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <link xhref="favicon.ico" mce_href="favicon.ico" rel="shortcut icon" />
    <title>Misyon Belgelendirme Yönetim Paneli</title>
    <?php
    include("baglan.php");
    include("ayarlar.php");
    @session_start();
    ob_start();
    if(!isset($_SESSION["giris"]))
    {
    echo header("location:index.php");
    }


    ?>

    <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));
    }

    #dropdown_nav li {
    padding:10px 0px 10px 0px;
    float:left;
    position:relative;
    display:inline-block;
    }

    #dropdown_nav li a {
    padding:10px 10px 10px 10px;
    text-shadow:-1px 1px 0px #f6f6f6;
    -moz-box-shadow:inset 0px 0px 1px #fff;
    -webkit-box-shadow:inset 0px 0px 1px #fff;
    border-right:1px solid #ccc;
    }
    #dropdown_nav li a:hover {
    background:#f9f9f9;
    background:-moz-linear-gradient(#f9f9f9, #e8e8e8);
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e8e8e8));
    }
    #dropdown_nav li a:active {
    background:#e2e2e2;
    background:-moz-linear-gradient(#e2e2e2, #f3f3f3);
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#f3f3f3));
    }

    #dropdown_nav li a.first {
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-radius:5px 0px 0px 5px;
    }
    /*#dropdown_nav li a.last {
    -moz-border-radius:0px 5px 5px 0px;
    -webkit-border-radius:0px 5px 5px 0px;
    }*/

    /* Sub-Nav styling */
    #dropdown_nav .sub_nav {
    width:100%;
    padding:0px;
    position:absolute;
    top:38px;
    left:0px;
    border:1px solid #ccc;
    background:#e2e2e2;
    z-index:1000000;
    }

    #dropdown_nav .sub_nav li {
    width:210px;
    padding:0px;
    }

    #dropdown_nav .sub_nav li a {
    display:block;
    border-bottom:1px solid #ccc;
    background:-moz-linear-gradient(#f3f3f3, #e2e2e2);
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
    }
    #dropdown_nav .sub_nav li a:hover {
    background:#f9f9f9;
    background:-moz-linear-gradient(#f9f9f9, #e8e8e8);
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e8e8e8));
    }
    #dropdown_nav .sub_nav li a:active {
    background:#e2e2e2;
    background:-moz-linear-gradient(#e2e2e2, #f3f3f3);
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#f3f3f3));
    }
    h1, h2, h3, h4, p, li, li a {
    font-family:Arial, Sans-Serif;
    font-size:15px;
    font-weight:bold;
    color:#525252;
    text-decoration:none;
    }

    h1, h2, h3, h4 {
    font-size:20px;
    }
    body {
    background-color: #999;
    }
    a:link {
    text-decoration: none;
    }
    a:visited {
    text-decoration: none;
    }
    a:hover {
    text-decoration: none;
    }
    a:active {
    text-decoration: none;
    }
    </style>
    </head>

    <body>
    <div style="text-align:center;"><ul id="dropdown_nav">
    <li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=xanax" data-href="yonetim.php?sayfa=xanax">Ana Sayfa</a></li>
    <li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=belge" data-href="yonetim.php?sayfa=belge">Belge Girişi</a></li>

    <li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=basvuruformuekle" data-href="yonetim.php?sayfa=basvuruformuekle">Başvuru Formu Ekle</a>
    <?php /*
    <ul class="sub_nav">
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=basvuruformuekle" data-href="yonetim.php?sayfa=basvuruformuekle">Başvuru Formu Ekle</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=basvuruformuekle" data-href="yonetim.php?sayfa=basvuruformuekle">Başvuru Formu Ekle</a></li>

    </ul></li>

    <li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=#" data-href="#">Galeri</a>
    <ul class="sub_nav">
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=siva" data-href="yonetim.php?sayfa=siva">Sıvacı</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=teo" data-href="yonetim.php?sayfa=teo">Teorik</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=duvarustasi" data-href="yonetim.php?sayfa=duvarustasi">Duvarcı</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=betonustasi" data-href="yonetim.php?sayfa=betonustasi">Betoncu</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=alcisiva" data-href="yonetim.php?sayfa=alcisiva">Alçı Sıva</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=alcilevha" data-href="yonetim.php?sayfa=alcilevha">Alçı Levha</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=kalip" data-href="yonetim.php?sayfa=kalip">Ahşap Kalıpçı</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=betonermedemircisi" data-href="yonetim.php?sayfa=betonermedemircisi">Betonerme Demircisi</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=iskeleci" data-href="yonetim.php?sayfa=iskeleci">İskele Kurulum Elemanı</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=pvcci" data-href="yonetim.php?sayfa=pvcci">PVC Doğrama Montajcısı</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=boya" data-href="yonetim.php?sayfa=boya">İnşaat Boyacı</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=isci" data-href="yonetim.php?sayfa=isci">İnşaat İşçisi</a></li>
    </ul></li> */?>
    <li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=#" data-href="#">Sınavlar</a><ul class="sub_nav">
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=sinav_ekle" data-href="yonetim.php?sayfa=sinav_ekle">Sınav Ekle</a></li>
    <li id="bes"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=sinav_takvimi" data-href="yonetim.php?sayfa=sinav_takvimi">Sınavlar</a></li>
    </ul></li>
    <li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=duyuru" data-href="yonetim.php?sayfa=duyuru">Duyurular</a></li>
    <li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=tarifeler" data-href="yonetim.php?sayfa=tarifeler">Sınav Ücretleri</a></li>
    <li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=http://www.misyonbelgelendirme.com" data-href="http://www.misyonbelgelendirme.com">Sitede Gör</a></li>
    <li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=yonetim.php?sayfa=ayarlar" data-href="yonetim.php?sayfa=ayarlar">Site Ayar</a></li>
    <li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=141164086&url=cikis.php" data-href="cikis.php">Çıkış</a></li>
    </ul></div>

    <div align="center"
    style="
    background-color:#FFF;
    border:1px solid #999;
    margin:10%;
    margin-top:1px;
    width:80%;

    border-radius: 4px;">
    <?php if ((include 'cagir.php') == TRUE) { } ?>


    <br>

    </div>


    </body>
    </html>

    duzenle.php
    <?php ob_start();?>
    <?php include ("baglan.php");?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Misyon Belgelendirme Sınav Düzenleme Sayfası</title>
    </head>

    <body>
    <center>
    <h2>Değiştir</h2>
    <?php
    $id = @$_GET["id"];
    $getir = mysql_query("select *from sinav_takvim WHERE id='$id'");
    $yazdir = mysql_fetch_array($getir);
    ?>
    <form name="guncelle" method="post" action="guncelle.php">
    <label for="sinav_tipi"></label>
    <select name="uy" id="uy">
    <option selected="selected"><?php echo $yazdir["uy"];?></option>
    <option>11UY0024-03 SIVACI</option>
    <option>12UY0048-3 DUVARCI</option>
    <option>12UY0049-3 BETONCU</option>

    <option>11UY0011-3 AHŞAP KALIPÇI</option>
    <option>11UY0023–3 İNŞAAT BOYACISI</option>
    <option>11UY0012-3 BETONARME DEMİRCİSİ</option>
    <option>12UY0055-3 ALÇI SIVA UYGULAYICISI </option>
    <option>12UY0054-3 ALÇI LEVHA UYGULAYICISI </option>
    <option>12UY0056-3 İSKELE KURULUM ELEMANI</option>
    <option>14UY0195-3 PVC DOĞRAMA MONTAJCISI </option>
    </select>
    <br /><br />
    <select name="sinav_tipi" id="sinav_tipi">
    <option selected="selected"><?php echo $yazdir["sinav_tipi"];?></option>
    <option>TEORİK</option>
    <option>MULAKAT</option>
    <option>UYGULAMA</option>
    </select><br />
    <input name="sinav_yeri" type="text" size="50" value="<?php echo $yazdir["sinav_yeri"];?>" /><br />
    <input name="adres_url" type="text" size="50" value="<?php echo $yazdir["adres_url"];?>" /><br />
    <input name="sinav_tarihi" type="text" size="50" value="<?php echo $yazdir["sinav_tarihi"];?>" /><br />
    <input name="sinav_saati" type="text" size="50" value="<?php echo $yazdir["sinav_saati"];?>" /><br /><br />

    <select name="sinav_tipi1" id="sinav_tipi1">
    <option selected="selected"><?php echo $yazdir["sinav_tipi1"];?></option>
    <option>MULAKAT</option>
    <option>TEORİK</option>
    <option>UYGULAMA</option>
    </select><br />
    <input name="sinav_yeri1" type="text" size="50" value="<?php echo $yazdir["sinav_yeri1"];?>" /><br />
    <input name="adres_url1" type="text" size="50" value="<?php echo $yazdir["adres_url1"];?>" /><br />
    <input name="sinav_tarihi1" type="text" size="50" value="<?php echo $yazdir["sinav_tarihi1"];?>" /><br />
    <input name="sinav_saati1" type="text" size="50" value="<?php echo $yazdir["sinav_saati1"];?>" /><br /><br />

    <select name="sinav_tipi2" id="sinav_tipi2">
    <option selected="selected"><?php echo $yazdir["sinav_tipi2"];?></option>
    <option>UYGULAMA</option>
    <option>TEORİK</option>
    <option>MULAKAT</option>
    </select><br />
    <input name="sinav_yeri2" type="text" size="50" value="<?php echo $yazdir["sinav_yeri2"];?>" /><br />
    <input name="adres_url2" type="text" size="50" value="<?php echo $yazdir["adres_url2"];?>" /><br />
    <input name="sinav_tarihi2" type="text" size="50" value="<?php echo $yazdir["sinav_tarihi2"];?>" /><br />
    <input name="sinav_saati2" type="text" size="50" value="<?php echo $yazdir["sinav_saati2"];?>" /><br />
    <input name="id" type="hidden" value="<?php echo $yazdir["id"];?>" /><br /><br />
    <input name="gonder" type="submit" value="Güncelle" />
    </center>
    </body>
    </html>

    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))

    $sayfa="";
    if(isset($_GET['sayfa']))
    {
    $sayfa=$_GET['sayfa'];
    if($sayfa=="kalip")
    {
    include('ahsap.php');
    }
    else if($sayfa=="alcilevha")
    {
    include('alcilevha.php');
    }
    else if($sayfa=="sinav_takvimi")
    {
    include('sinavlar.php');
    }
    else if($sayfa=="basvuruformuekle")
    {
    include('pdf_form.php');
    }
    else if($sayfa=="alcisiva")
    {
    include('alcisiva.php');
    }
    else if($sayfa=="betonermedemircisi")
    {
    include('betondemircisi.php');
    }
    else if($sayfa=="betonustasi")
    {
    include('betoncu.php');
    }
    else if($sayfa=="duvarustasi")
    {
    include('duvarci.php');
    }
    else if($sayfa=="iskeleci")
    {
    include('iskele.php');
    }
    else if($sayfa=="pvcci")
    {
    include('pvc.php');
    }
    else if($sayfa=="siva")
    {
    include('sivaci.php');
    }
    else if($sayfa=="teo")
    {
    include('teorik.php');
    }
    else if($sayfa=="sinav_ekle")
    {
    include('ekle.php');
    }
    else if($sayfa=="duyuru_ekle")
    {
    include('duyuru_ekle.php');
    }
    else if($sayfa=="duyuru")
    {
    include('duyurular.php');
    }
    else if($sayfa=="tarife")
    {
    include('ucretler.php');
    }
    else if($sayfa=="belge")
    {
    include('excelekle.php');
    }
    else if($sayfa=="ayarlar")
    {
    include('siteayar.php');
    }
    else if($sayfa=="boya")
    {
    include('boya.php');
    }
    else if($sayfa=="isci")
    {
    include('isci.php');
    }
    else if($sayfa=="tarifeler")
    {
    include('sinavpara.php');
    }
    else if($sayfa=="xanax")
    {
    include('xindex.php');
    }
    else if($sayfa=="sinav_duzenle")
    {
    include('duzenle.php');
    }
    }
    ob_end_flush();
    ?>







  • Yapay Zeka’dan İlgili Konular
    Daha Fazla Göster
    
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.