<?php session_start(); include("config.php"); include("f_thaidate.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>ระบบจัดการข้อมูลศูนย์บริการ</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <link href="css/templatemo_style.css" rel="stylesheet" type="text/css" /> <script src="js/jquery-1.4.2.min.js" type="text/javascript"></script> </head> <body> <?php $dd = date("Y-m-d"); $tt = date("H:i:s"); ?> <div id="templatemo_wrapper"> <div id="templatemo_header2"> <div id="site_title"> <!-- <h1><a href="http://www.templatemo.com">BLUE<strong>URBAN</strong><span>YOUR TAGLINE GOES HERE</span></a></h1>--> </div> <!-- end of site_title --><!-- end of templatemo_menu --> </div> <div id="templatemo_content"> <div id="news_contain"> <?php $sql = "SELECT * FROM tbl_service LEFT JOIN tbl_emp ON tbl_service.No = tbl_emp.No WHERE tbl_service.No = '".$_REQUEST['No']."' "; $result = mysqli_query($link, $sql); $fetch = mysqli_fetch_assoc($result);?> <table width="100%" border="0" align="center" class="table"> <tr style="background-image: url(images/blue.jpg); color:#FFF" align="center"> <td height="37" colspan="2" align="center"><b>:: รายละเอียด พนักงาน-ศูนย์บริการ ::</b></td> </tr> <tr> <td width="26%" height="25" align="right"><b>วันที่บันทึก : </b> </td> <td width="74%"><b> <?php echo $fetch['sv_datetime']?> </b></td> </tr> <tr> <td height="25" align="right"><b>ชื่อ -นามสกุล : </b> </td> <td><b> <?php echo $fetch['FirstName']?> <?php echo $fetch['LastName']?> </b></td> </tr> <tr> <td height="26" align="right" valign="top"><b>ประจำภาค :</b> </td> <td><?php echo $fetch['sv_local']?></td> </tr> <tr> <td height="26" align="right" valign="top"><b>พื้นที่ศูนย์บริการ :</b> </td> <td><?php echo $fetch['sv_province']?></td> </tr> <tr> <td height="28" align="right" valign="top"><b>พื้นที่เขตรับผิดชอบ :</b></td> <td><?php echo $fetch['sv_region']?></td> </tr> <tr> <td height="58" colspan="2" align="center"><button onclick="myFunction()">พิมพ์หน้านี้</button> <script> function myFunction() { window.print(); } function closeWin() { myWindow.close(); } </script> <button onclick="closeWin()">ปิดหน้านี้</button></td> </tr> </table> <?php mysqli_close($link) ?> </div> <div class="cleaner"></div> </div> </body> </html>
<?php date_default_timezone_set('Asia/Bangkok'); $link = mysqli_connect('localhost', 'root', '1234', 'cu_db'); mysqli_set_charset($link, 'UTF-8'); if (!$link) { die('Error could not connect: (' . mysqli_connect_errno() . ') '. mysqli_connect_error()); }
while($fetch=mysqli_fetch_array($query,MYSQLI_ASSOC){...}
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง