<? require ("connect.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> .style11 {font-size: 12px} .style2 { font-family: "TH SarabunPSK"; font-size: 16pt; font-weight: bold; } .style3 { font-family: "TH SarabunPSK"; font-size: 16pt; } </style> </head> <form name="form1" action="<?php $_SERVER['PHP_SELF']?>"> <table width="200" border="1"> <tr> <td><? require("head.php");?></td> </tr> <tr> <td align="center"><table align="center"width="967" height="290" border="1" bgcolor="#F8F8F8"> <tr> <td class="style2"width="120" height="48">รายการปีงบประมาณ</td> <td class="style2" colspan="2">ปีงบประมาณ <select name="datebg" onchange="this.form.submit()"> <option value="">เลือก</option> <?php $sql = "SELECT * FROM tb_questiontype"; $result = mysql_query($sql); while($row = mysql_fetch_array($result)){ if($datebg == $row['QuestiontypeID']){ $sel="selected"; }else{ $sel=""; } ?> <option value="<?=$row['QuestiontypeID']?>" <?=$sel;?>> <?=$row['Questiontype']?> </option> <?php } ?> </select></td> </tr> <tr> <td height="28" align="center" class="style2">ลำดับ</td> <td width="529" height="28" align="center" class="style2">คำถาม</td> <td width="122" colspan="2" align="center" class="style2">ประเภทคำถาม</td> </tr> <?php $sql_show = "SELECT * FROM tb_question LEFT JOIN tb_questiontype ON tb_question.QuestiontypeID = tb_questiontype.QuestiontypeID WHERE tb_question.QuestiontypeID = '".$datebg."' "; $result_show = mysql_query($sql_show) or die(mysql_error()); $i = 1; while($row_show = mysql_fetch_array($result_show)) { ?> <tr class="style3"> <td height="24" align="center" class="style11"><?=$i;?></td> <td height="23" align="center"><?=$row_show['question'];?></td> <td colspan="2" align="center"><?=$row_show['Questiontype'];?></td> </tr> <?php $i++;} ?> <tr> <td height="82" colspan="3" align="center"><p><a href="menu_budget.php"> <img src="picture/back.gif" alt="" width="246" height="78" /></a></p></td> </tr> </table></td> </tr> <tr> <td><? require("footer.php");?></td> </tr> </table> </form> </html>
<?php $sql_show = "SELECT * FROM tb_question LEFT JOIN tb_questiontype ON tb_question.QuestiontypeID = tb_questiontype.QuestiontypeID"; if(isset($_GET['datebg'])){ $sql_show .= " WHERE tb_question.QuestiontypeID = '".$datebg."' "; } $result_show = mysql_query($sql_show) or die(mysql_error()); $i = 1; while($row_show = mysql_fetch_array($result_show)) { ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง