if (ogrenciSinifaDahil($adi, $par, $konuID) == 0 && $sinifOgreK == 1) { return "<font id='hata'>'{$konuAdi}', " . $metin[214] . "</font>"; } } if ($konuyuKilitle == "1") { return "<font id='hata'>'{$konuAdi}' " . $metin[179] . "</font><hr noshade='noshade'/>"; } if ($gunFarki <= 0) { return "<font id='hata'>'{$konuAdi}' " . $metin[180] . "</font><hr noshade='noshade'/>"; } $sonuc .= "<font size='-1' style='font-style:italic;'>{$user} {$konuAdi} {$tarih}</font><br/>"; $sonuc .= html_entity_decode($row["ana"]) . "<hr noshade='noshade'/>"; } else { return "<font id='hata'>" . $metin[182] . "</font><hr noshade='noshade'/>"; } } //while return $sonuc; } else { return "<font id='hata'>" . $metin[183] . "</font>"; } return "<font id='hata'>" . $metin[184] . "</font>"; } if (isset($_GET['konuID'])) { if (!empty($_GET['konuID'])) { //tüm metinler gelsin echo anaMetniOku(temizle($_GET['konuID'])); } } else { echo ""; }
function konuHazirla($konuID) { global $yol1; $sql = "SELECT id FROM eo_5sayfa\r\n\t\t\tWHERE konuID = '{$konuID}'\r\n\t\t\tORDER BY sayfaSirasi"; $result = @mysql_query($sql, $yol1); $_SESSION["sayfalar"] = array(); //önce eskileri sileriz $i = 1; while ($gelen = @mysql_fetch_array($result)) { $_SESSION["sayfalar"][$i] = anaMetniOku($konuID, $i); $i++; } return $i; }