|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/pathumthani_vc/ |
Upload File : |
<?
include("application/inc/conndb.inc.php");
?>
<html>
<head>
<title>:::::: กลุ่มงานพัฒนาระบบราชการ :::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #CCCCCC;
}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style24 {
color: #FFCC00;
font-weight: bold;
}
.style25 {
color: #003399;
font-weight: bold;
}
.style26 {
color: #663333;
font-weight: bold;
}
-->
</style>
</head>
<body onLoad="getTime()">
<div align="center">
<table width="640" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="6%"><img src="images/vc_01.gif" width="131" height="40"></td>
<td width="94%" bgcolor="#4752A3"> </td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/vc_03.gif" width="131" height="118"><img src="images/vc_04.gif" width="131" height="118"><img src="images/vc_05.gif" width="131" height="118"><img src="images/vc_06.gif" width="131" height="118"><img src="images/vc_07.gif" width="116" height="118"></td>
</tr>
</table>
<table width="640" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr bgcolor="#000033">
<td width="1001" height="20" bgcolor="#000033"> <div align="center" class=" style24">ถาม/ตอบ<br>
แนวทางการดำเนินการ คำรับรองปฏิบัติราชการปี 2549<br>
กพร .สพฐ.</div></td>
</tr>
</table>
<br>
<?
$sql = "select * from faq order by id";
$result = mysql_query($sql);
while($arr = mysql_fetch_array($result)){
?>
<table width="640" border="0" cellpadding="1" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td width="47" align="left" bgcolor="#AABBCC"><span class="style25">คำถาม :</span></td>
<td width="586" align="left" bgcolor="#AABBCC"><span class="style25"><?=$arr[question]?></span></td>
</tr>
<tr>
<td bgcolor="#EFEFEF"><span class="style26">คำตอบ : </span></td>
<td bgcolor="#EFEFEF"><?=$arr[answer]?></td>
</tr>
</table>
<br>
<?
}
?>
<br>
<br>
<table width="640" border="0" cellpadding="1" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#EFEFEF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="71%"> </td>
<td width="29%" align="center"><div align="right"><strong>กพร. สพฐ.</strong> </div></td>
</tr>
</table></td>
</tr>
</table>
<br>
</div>
</body>
</html>