| Server IP : 172.67.189.169 / Your IP : 216.73.216.59 Web Server : Apache/2 System : Linux cat167-197.static.lnwhostname.com 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64 User : paphayomho ( 1042) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/paphayomho/domains/paphayomhospital.go.th/private_html/meeting_report/ |
Upload File : |
<!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>
</head>
<body>
<a href="../index.php">กลับหน้าหลัก</a>||<a href="http://www.paphayomhospital.go.th/RISKV.1/login.php"> ออกจากระบบ</a>
<table width="1566" height="107" border="1">
<tr>
<td width="42" bgcolor="#FFCCFF"><div align="center">รหัส</div></td>
<td width="115" bgcolor="#FFCCFF"><div align="center">วันที่รายงาน</div></td>
<td width="131" bgcolor="#FFCCFF"><div align="center">เวลาที่รายงาน</div></td>
<td width="192" bgcolor="#FFCCFF"><div align="center">สถานที่พบเหตุการณ์</div></td>
<td width="135" bgcolor="#FFCCFF"><div align="center">หมวด</div></td>
<td width="173" bgcolor="#FFCCFF"><div align="center">ประเภท</div></td>
<td width="503" bgcolor="#FFCCFF"><div align="center">เรื่อง</div> </td>
<td width="223" bgcolor="#FFCCFF"><div align="center"> Actions</div> </td>
</tr>
<?php
include ("connection.php");
$connect=@mysql_connect($servername,$username,$password);
$select_db=@mysql_select_db($databasename);
mysql_query("SET names UTF8");
mysql_query("set character set utf8");
mysql_query("SET character_set_results=utf8");
mysql_query("SET character_set_client=utf8");
mysql_query("SET character_set_connection=utf8");
$strquery="SELECT * FROM up_files ORDER BY id DESC";
$results=@mysql_query($strquery);
$num=@mysql_num_rows($results);
$i=0;
while ($i< $num)
{
$f3=mysql_result($results,$i,"fname");
$f1=mysql_result($results,$i,"fdesc");
$f2=mysql_result($results,$i,"fdatein");
$f4=mysql_result($results,$i,"place");
$f5=mysql_result($results,$i,"name");
$f6=mysql_result($results,$i,"subTypeName");
$f7=mysql_result($results,$i,"dataName");
?>
<tr>
<td align="center"><?php echo $f3 ; ?></td>
<td align="center"><?php echo $f1 ; ?></td>
<td align="center"><?php echo $f2 ; ?></td>
<td align="center"><?php echo $f4 ; ?></td>
<td align="center"><?php echo $f5 ; ?></td>
<td align="center"><?php echo $f6 ; ?></td>
<td><?php echo $f7 ; ?></td>
<td><div align="center"><?php echo " <a href='edit1.php?do=edit&id=" . $f3 . "'> ดูรายละเอียด </a> "; ?>|<?php echo " <a href='edit.php?do=edit&id=" . $f3 . "'> แก้ไข </a> "; ?> | <?php echo " <a href='delete.php?id=" . $f3 . "'> ลบ </a> "; ?></div></td>
</tr>
<?php
$i++;
}
?>
</table>
<p> </p>
<p> </p>
<p>
</p>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>