ประกาศโรงเรียนบ้านส้มป่อย เรื่องสอบราคาซื้อครุภัณฑ์ทางการศึกษาเพื่อเตรียมความพร้อมสู่ประชาคมอาเซียน โดย:
include "Connections/news.php" ;
$school_id = $row_news_view['School_ID'];
$school_name = $row_school['School_name'];
$sql3="select * from school where School_ID='$school_id'"; //ตรงนี้ไม่ต้อง count แล้ว select ธรรมดา
$result3=mysql_db_query($database_news,$sql3)or die(mysql_error());
$row3=mysql_num_rows($result3); //เรามานับจำนวนที่ได้ตรงนี้ว่ามีกี่แถว ถ้าจะเอาไปโชว์ที่ไหนก็ echo $row
$result = mysql_fetch_array($result3);
//ต่อไปก็แสดงข้อมูลว่ามีไรมั้ง
$school_name =$result[School_name];
$school_id =$result[School_ID];
echo $school_name;
?>
[12 พฤศจิกายน 2556]
เปิดอ่าน 300 ครั้ง
|