Hacked By AnonymousFox

Current Path : C:/AppServ/www/stato/
Upload File :
Current File : C:/AppServ/www/stato/editdata.php

<? 
include("lib/config.php");
include("lib/connect.php");
include("lib/session.php");
include("lib/register_global.php");
$Id=$_GET["Id"];

$sql="select * from receive where Id='$Id'";
$query=mysql_query($sql);
$row=mysql_fetch_array($query);


?>
<!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" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" href="images/covid-touch-icon.png" />
<link rel="apple-touch-startup-image" href="images/apple-touch-startup-image-320x460.png" />
<title>:: ศูนย์วิทยาศาสตร์การแพทย์แห่งที่ 7 ขอนแก่น ::</title>
<link type="text/css" rel="stylesheet" href="css/style.css"/>
<link type="text/css" rel="stylesheet" href="colors/splash/splash.css"/>
<link type="text/css" rel="stylesheet" href="css/idangerous.swiper.css"/>
<link type="text/css" rel="stylesheet" href="css/swipebox.css" />
<link type="text/css" rel="stylesheet" href="css/plyr.css"/>
<link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/jquery-1.10.1.min.js"></script>
<script src="js/jquery.validate.min.js" type="text/javascript"></script>
<body>
  <div class="swiper-container swiper-parent">
<div class="swiper-wrapper">
<!--Splash Page-->
<!--Menu page-->
    <div class="swiper-slide sliderbg">
      <div class="swiper-container swiper-nested">
               <div class="swiper-wrapper">
                    <div class="swiper-slide">
                              <div class="slide-inner">
                                        <div class="pages_container">
                                        
                                        <blockquote><h2>แก้ไขข้อมูลทะเบียนรับ COVID - 19</h2></blockquote>
                                         
                                         <font color="#009933"><strong>
                                         <? 
										 if($type=="save"){
											
										 echo"<h4>แก้ไขข้อมูลเรียบร้อยแล้ว</h4>"; }
										 ?>
                                         
                                         </strong></font> <h4><a href="home.php">กลับสู่หน้าหลัก</a></h4>
                                         <div class="form">
                                         <form action="saveedit.php" method="post">
                                         <input type="hidden" name="Idedit" value="<?=$Id?>" />
                                        <h3>วันที่รับตัวอย่าง</h3>
                                        
                                        <input type="text" name="Datereceive" class="form_input radius4" value="<?=$row[Datereceive]?>" />
                                        <h3>หน่วยงานที่ส่ง </h3>
                                        <select name="Deptsend">
                          <?
											 $sql1="select * from deptsend order by Name asc";
											 $query1=mysql_query($sql1);
											 while($row1=mysql_fetch_array($query1)){
											  ?>
                          <option value="<?=$row1[Id]?>">
                            <?=$row1[Name]?>
                          </option>
                          <? } ?>
                          </select>
                                       
                                        <h3>เลขที่หนังสือนำส่ง / ลงวันที่ </h3>
                                        <input type="text" name="Nodoc" class="form_input radius4" value="<?=$row[Nodoc]?>"/>
                                        <h3>เลขทะเบียนรับ </h3>
                                        <input type="text" name="Noilab" class="form_input radius4" value="<?=$row[Noilab]?>"/>
                                        <h3>จำนวนตัวอย่างที่ส่ง </h3>
                                        <input type="text" name="Amsend" class="form_input radius4" value="<?=$row[Amounsend]?>"/>
                                        <h3>จำนวนที่รับตัวอย่าง</h3>
                                        <input type="text" name="Amreceive" class="form_input radius4" value="<?=$row[Amounreceive]?>"/>
                                        <h3>วัตถุประสงค์ </h3>
                                        <input type="text" name="Obj" class="form_input radius4" value="<?=$row[Objective]?>" />
                                        <h3>ช่วงหมายเลขวิเคราะห์</h3>
                                        <input type="text" name="Nocal" class="form_input radius4" value="<?=$row[Norunstart]?>"/>
                                        <h3>วันเดือนปีที่ออกผลใน COLAB-2</h3>
<input type="text" name="Datereport" class="form_input radius4" value="<?=$row[Datereport]?>"/>
                                        <h3>รายละเอียดอื่น ๆ</h3>
                                        <input type="textarea" name="Comment" class="form_textarea radius4" value="<?=$row[Comment]?>"/>
                                        <br />
                                          <br />
 <input type="submit" class="form_submit radius4 green green_borderbottom" value="แก้ไขข้อมูล" />
                                         
                                         </form>
                                         </div>
                                         
                                         
                                         
                                        <p>&nbsp;</p>
                                        <p> <br />
                                          <br />
                                        <div class="clearfix"></div>
      <div class="scrolltop radius20"><a href="#"><img src="images/icons/top.png" alt="Go on top" title="Go on top" /></a></div>
                                        </div>
                                        <!--End of page container-->
                              </div>
                    </div>
              </div>
              <div class="swiper-scrollbar"></div>
     </div>
     </div>
<!--Page 1 content-->
     
      
<!--Page 2 content-->
      
     
<!--Page 3 content-->

    <div class="pagination"></div>
<script type="text/javascript" src="js/jquery.swipebox.js"></script>
<script type="text/javascript" src="js/idangerous.swiper-2.1.min.js"></script>
<script type="text/javascript" src="js/idangerous.swiper.scrollbar-2.1.js"></script>
<script type="text/javascript" src="js/jquery.tabify.js"></script>
<script type="text/javascript" src="js/plyr.js"></script>
<script type="text/javascript" src="js/code.js"></script>
<script type="text/javascript" src="js/load.js"></script>
<!--Twitter Feed-->
</body>
</html>

Hacked By AnonymousFox1.0, Coded By AnonymousFox