Eng
[
กลับไปหน้าข่าว
]
include("admin/config.php"); //ตั้งค่าต่างๆของเว็บบอร์ด include("admin/function.php"); //ฟังก์ชั่นที่ใช้ในเว็บบอร์ด $urlfiletxt="admin/".$config[fileQuestion]; if(file_exists($urlfiletxt)) { // ถ้ามีไฟล์หัวข้อคำถาม $question = file($urlfiletxt); $All_Q = sizeof($question); for ($i=0 ; $i<$All_Q ; $i++) { $split = explode("|X|",$question[$i]); $TMPIDNew = $split[0]; // หมายเลขคำถามที่ไม่มีเลข ศูนย์ นำหน้า if ($TMPIDNew == $idnew){ $idnew=$split[0]; $subjectnews = $split[1]; //คำถาม //$indexnews = $split[2]; //ผู้ถาม $detailnews = $split[2]; //ผู้ถาม $Date = trim($split[3]); //วันที่ถาม $picnews= trim($split[4]); //วันที่ถาม $detailnews = stripslashes($detailnews); //$detailnews = $detailnews; $detailnews = eregi_replace ( "\[...\]", "" , $detailnews ) ; }// end if } // end for } // end if ?>
if ($picnews !="0"){ echo "
"; // echo "
$picnews
"; echo "
ภาพข่าว"; } ?>
Date :
แสดงหัวข้อข่าวทั้งหมด
if(file_exists($urlfiletxt)) { // ถ้ามีไฟล์หัวข้อคำถาม $question = file($urlfiletxt); //จำนวนหัวข้อคำถาม $All_Q = sizeof($question); for ($i=0 ; $i<$All_Q ; $i++) { $split = explode("|X|",$question[$i]); $TMPIDNew = $split[0]; // หมายเลขคำถามที่ไม่มีเลข ศูนย์ นำหน้า IF ($n < 20){ $subjectnews = $split[1]; //คำถาม //$indexnews = $split[2]; //ผู้ถาม $detailnews = $split[2]; //ผู้ถาม $Date = trim($split[3]); //วันที่ถาม if ($TMPIDNew == $idnew){ // $idnew=$split[0]; $n = 0; ?>
}else{ ?>
}// end if id $n++; }// end if $n }// end while } ?>
กลับขึ้นข้างบน