<? $dbCon = mysql_connect('localhost', 'root',/*'P@ssw0rd@cpe'*/'12345') or die (mysql_error()); mysql_select_db('studentloan_ku_kps', $dbCon) or die (mysql_error()); mysql_query('SET NAMES UTF8'); $strBSD = "SELECT * FROM brethren_study WHERE nisit_id = 51510543"; $objQueryBSD = mysql_query($strBSD); $objResultBSD = mysql_fetch_array($objQueryBSD); echo "<table ".'width="600" '.'border="1"'.">"; echo"<tr> <th " ."bgcolor='#339933'"."width='50'"."> คนที่ </th> <th "."bgcolor='#339933'"."width='80'"."> เพศ</th> <th "."bgcolor='#339933'"." width='80'"."> อายุ</th> <th "."bgcolor='#339933'"."width='80'"."> ชั้นปี</th> <th "."bgcolor='#339933'"." width='400'"."> สถานที่การศึกษา</th> </tr>"; for($i=0;$i<$objResultBT["brethren_study"];$i++){ echo " <tr> <td >".$objResultBSD["brethren_num_study"]."</td> <td >".$objResultBSD["brethren_sex_study"]." </td> <td >".$objResultBSD["brethren_old_study"]." </td> <td > ".$objResultBSD["brethren_year_study"]."</td> <td >".$objResultBSD["brethren_school_study"]."</td> </tr>"; } ?>
$objResultBSD = mysql_fetch_array($objQueryBSD);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง