Tarih: 2010-01-30, 16:01:19 Mesaj konusu: Get id ile veri alma..
Bir script kurmaya çalışıyorum. Bütün kodlamaları bitti gibi yalnız ufak bir yerde takıldım kaldım.
Bir dershane için sınav scripti olacak. Girdikleri sınav sonuçlarının en son ekleneni sinavsorgula.php sayfasında gözükecek, diğer sınavlar altta link ile sıralanmış bir şekilde
sinavsorgula.php?ders_id=1
sinavsorgula.php?ders_id=2
sinavsorgula.php?ders_id=3
sinavsorgula.php?ders_id=4 gibi sayfalara yönlenecek. Sayfaların o şekilde listelenmesini ekliyorum.
Sanırım kodlamasında hata yaptım. sayfalar belirttiğim gibi açılıyor ama gerekli id leri almıyor.
sinavsorgula.php?ders_id=1 e de gitsem sinavsorgula.php?ders_id=2 ye de gitsem aynı sonuçlar gözüküyor. Kodlamanın ve sql tablosunun ufak bir örneğini yolluyorum.
<?php
// Oturumu başlat
ob_start();
session_start();
include ("m e t a.php");
include ("title.php");
include ("config.php");
?>
<link href="stil.css" type="text/css" rel="stylesheet" />
</head>
#####adres satırından ders id si gönderilirse #################
$ders_id=$_GET['ders_id'];
#####adres satırından ders id si gelmemişse #################
if (empty($ders_id)){
$sql = "SELECT ders_id FROM dersler ORDER by ders_id DESC limit 1";
$sorgulama = mysql_query($sql);
if (mysql_num_rows($sorgulama)>0){
while ($kayit=mysql_fetch_array($sorgulama)){
$ders_id=$kayit["ders_id"];
}
}
}
# $_SESSION Oturum değişkenlerinin dolu olup olmadığına bak (Oturum açılmış mı, açlışmamış mı?)
if (isset($_SESSION['uye_ogrenci_no']) AND isset($_SESSION['uye_parola']) ) {
# Üst bannerı al
include ("ust.php");
# Çıkış yapmayı unutmayın linkini ekrana bas
include ("cikis_inc.php");
# Veritabanında, 'öğrenciler' tablosu içerisinde öğrenciye ait kayıt olup olmadığını sorgula
$sql = "SELECT ogrenci_no,
ogrenci_adi,
ogrenci_sifre,
ogrenci_sinifi,
ogrenci_opsiyonu
FROM ogrenciler
WHERE ogrenci_no='$_SESSION[uye_ogrenci_no]'
LIMIT 1
";
$sql_sorgu = mysql_query($sql);
while ($yaz = mysql_fetch_assoc ($sql_sorgu)) {
echo '
<table width="760" align="center" border="0" class="text" cellpadding="1" cellspacing="1">
<tr><td colspan="2" height="4"></td></tr>
<tr bgcolor="#e4f1fc">
<td colspan="2">
FROM ogrenciler,
dersler,
notlar
WHERE ogrenciler.ogrenci_no = notlar.not_ogrenci_no AND
dersler.ders_id = notlar.not_ders_id AND
notlar.not_ogrenci_no ='$_SESSION[uye_ogrenci_no]'
LIMIT 1
";
$not_al = mysql_query ($not);
while ($yaz2 = mysql_fetch_assoc ($not_al)) {
$top = ($yaz2[not_turkced])+($yaz2[not_matd])+($yaz2[not_fend])+($yaz2[not_sosd])+($yaz2[not_yabd]) ;
$ortalama = round ($top);
$top2 = ($yaz2[not_turkcey])+($yaz2[not_maty])+($yaz2[not_feny])+($yaz2[not_sosy])+($yaz2[not_yaby]) ;
$ortalama2 = round ($top2);
if ( ($yaz2[not_turkced] != "")
and ($yaz2[not_turkcey] != "")
and ($yaz2[not_matd] != "")
and ($yaz2[not_maty] != "")
and ($yaz2[not_fend] != "")
and ($yaz2[not_feny] != "")
and ($yaz2[not_sosd] != "")
and ($yaz2[not_sosy] != "")
and ($yaz2[not_yabd] != "")
and ($yaz2[not_yaby] != "")
and ($yaz2[not_topd] != "")
and ($yaz2[not_topy] != "")
and ($yaz2[not_topn] != "")
and ($yaz2[not_bos5] != "")
and ($yaz2[not_bos6] != "")
and ($yaz2[not_turkceyorum] != "")
and ($yaz2[not_matyorum] != "")
and ($yaz2[not_fenyorum] != "")
and ($yaz2[not_sosyorum] != "")
and ($yaz2[not_yabyorum] != "")
and ($yaz2[not_turkceornet] != "")
and ($yaz2[not_turkcenot] != "")
and ($yaz2[not_matornet] != "")
and ($yaz2[not_matnot] != "")
and ($yaz2[not_fenornet] != "")
and ($yaz2[not_fennot] != "")
and ($yaz2[not_sosornet] != "")
and ($yaz2[not_sosnot] != "")
and ($yaz2[not_yabornet] != "")
and ($yaz2[not_yabnot] != "")
and ($yaz2[not_topornet] != "")
and ($yaz2[not_topnot] != "")
and ($yaz2[not_pturkce] != "")
and ($yaz2[not_pmat] != "")
and ($yaz2[not_pfen] != "")
and ($yaz2[not_psos] != "")
and ($yaz2[not_pyab] != "")
and ($yaz2[not_ptop] != "")
and ($yaz2[not_grsturkce] != "")
and ($yaz2[not_grsmat] != "")
and ($yaz2[not_grsfen] != "")
and ($yaz2[not_grssos] != "")
and ($yaz2[not_grsyab] != "")
and ($yaz2[not_grstop] != "")
and ($yaz2[not_gesturkce] != "")
and ($yaz2[not_gesmat] != "")
and ($yaz2[not_gesfen] != "")
and ($yaz2[not_gessos] != "")
and ($yaz2[not_gesyab] != "")
and ($yaz2[not_gestop] != "")
if ( ($yaz2[not_turkced] != "")
and ($yaz2[not_turkcey] != "")
and ($yaz2[not_matd] != "")
and ($yaz2[not_maty] != "")
and ($yaz2[not_fend] != "")
and ($yaz2[not_feny] != "")
and ($yaz2[not_sosd] != "")
and ($yaz2[not_sosy] != "")
and ($yaz2[not_yabd] != "")
and ($yaz2[not_yaby] != "")
and ($yaz2[not_topd] != "")
and ($yaz2[not_topy] != "")
and ($yaz2[not_topn] != "")
and ($yaz2[not_bos5] != "")
and ($yaz2[not_bos6] != "")
and ($yaz2[not_turkceyorum] != "")
and ($yaz2[not_matyorum] != "")
and ($yaz2[not_fenyorum] != "")
and ($yaz2[not_sosyorum] != "")
and ($yaz2[not_yabyorum] != "")
and ($yaz2[not_turkceornet] != "")
and ($yaz2[not_turkcenot] != "")
and ($yaz2[not_matornet] != "")
and ($yaz2[not_matnot] != "")
and ($yaz2[not_fenornet] != "")
and ($yaz2[not_fennot] != "")
and ($yaz2[not_sosornet] != "")
and ($yaz2[not_sosnot] != "")
and ($yaz2[not_yabornet] != "")
and ($yaz2[not_yabnot] != "")
and ($yaz2[not_topornet] != "")
and ($yaz2[not_topnot] != "")
and ($yaz2[not_pturkce] != "")
and ($yaz2[not_pmat] != "")
and ($yaz2[not_pfen] != "")
and ($yaz2[not_psos] != "")
and ($yaz2[not_pyab] != "")
and ($yaz2[not_ptop] != "")
and ($yaz2[not_grsturkce] != "")
and ($yaz2[not_grsmat] != "")
and ($yaz2[not_grsfen] != "")
and ($yaz2[not_grssos] != "")
and ($yaz2[not_grsyab] != "")
and ($yaz2[not_grstop] != "")
and ($yaz2[not_gesturkce] != "")
and ($yaz2[not_gesmat] != "")
and ($yaz2[not_gesfen] != "")
and ($yaz2[not_gessos] != "")
and ($yaz2[not_gesyab] != "")
and ($yaz2[not_gestop] != "")
and ($yaz2[not_turkceyorum] != "")
and ($yaz2[not_matyorum] != "")
and ($yaz2[not_fenyorum] != "")
and ($yaz2[not_sosyorum] != "")
and ($yaz2[not_yabyorum] != "")
<!-- alt bölüm -->
<?php
// '$ogrenci_no' için ders adı ve notların veritabanından çekilmesi ve ekrana basılması
$dyr = "SELECT duyuru_id,
duyuru_baslik,
duyuru_tarih
FROM duyurular
ORDER BY `duyuru_id` DESC
LIMIT 0,3
";
$duyuru = mysql_query ($dyr);
while ($cek = mysql_fetch_assoc ($duyuru)) {
echo '
bence sen ilgili kısımları yolla bakalım direk html kodları falan yollama
birde code tagini kullanırsan okunabilir olur bu kadar uzun kodu
kmsenin okuycağını sanmıyorum
code tagı ile yolladım ilk mesajı ama sanırım tam olmamış. ikinci mesajdaki de sadece html kodu değil üst mesajda belirttiğim sinavsorgula.php nin içindeki kodlar.
Bu forumda yeni başlıklar açamazsınız Bu forumdaki başlıklara cevap veremezsiniz Bu forumdaki mesajlarınızı değiştiremezsiniz Bu forumdaki mesajlarınızı silemezsiniz Bu forumdaki anketlerde oy kullanamazsınız