403Webshell
Server IP : 27.254.66.5  /  Your IP : 216.73.217.39
Web Server : Apache/2
System : Linux cs82.hostneverdie.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User : technic2 ( 1951)
PHP Version : 7.4.30
Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,sleep,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/technic2/domains/technicrayong.ac.th/private_html/old-website/jivec58/trat/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/technic2/domains/technicrayong.ac.th/private_html/old-website/jivec58/trat/preview - Copy.php
<?php 
Ob_start();
session_start();
//$_SESSION["vec"] = "aaa";
if ($_SESSION["vec"] == "no" or $_SESSION["vec"] == "")
{
	header("Location:index.php");
}
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>สิ่งประดิษฐ์ของคนรุ่นใหม่</title>
<style type="text/css">
.FontTahoma {  font-family: Tahoma, Geneva, sans-serif;
}
</style>

<?php
echo $_POST["property"];
  if ($_FILES["image"]["error"] > 0)
    {
    //echo "Return Code: " . $_FILES["image"]["error"] . "<br>";
    }
  else
    { 
      move_uploaded_file($_FILES["image"]["tmp_name"], "tmp/" . iconv('UTF-8', 'windows-874', $_FILES["image"]["name"])); 
    }

?>

</head>

<body bgcolor="#FFCC66">
<?php

    //echo "Upload: " . $_FILES["image"]["name"] . "<br>";

?>

  <table border="1" align="center" cellpadding="0" cellspacing="0" width="1000">
    <tr>
      <td colspan="2"><br><div align="center">
        <table border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><img src="/jivec56/vec_logo.png" width="170" height="169"></td>
            <td align="center"><p><span class="FontTahoma">ใบสมัครส่งผลงานเข้าร่วมประกวด  สิ่งประดิษฐ์ของคนรุ่นใหม่ระดับภาค <br>
              ภาคตะวันออกและกรุงเทพมหานคร  ประจำปีการศึกษา  2555 <br>
              ระหว่างวันที่  16 -  20  ธันวาคม  2555 <br>
              ณ โรงแรมสตาร  จังหวัดระยอง </span><br>
            </p></td>
            <td><img src="/jivec56/inventor_logo.png" width="170" height="169"></td>
          </tr>
        </table>
      </div>
      <br></td>
    </tr>
    <tr>
      <td width="249" align="right"><span class="FontTahoma">ชื่อผลงาน : </span></td>
      <td width="745"><span class="FontTahoma">&nbsp;&nbsp;<?php echo $_POST["invention_name"]; ?></span></td>
    </tr>
    <tr>
      <td align="right"><span class="FontTahoma">วิทยาลัย : </span></td>
      <td><span class="FontTahoma">&nbsp;&nbsp;<?php echo $_POST["college_name"];?></span></td>
    </tr>
    <tr>
      <td align="right"><span class="FontTahoma">อาชีวศึกษาจังหวัด :</span></td>
      <td><span class="FontTahoma">&nbsp;&nbsp;<?php echo $_POST["vocational_name"]; ?></span></td>
    </tr>
    <tr>
      <td align="right"><span class="FontTahoma">ประเภทของผลงานที่ส่งเข้าประกวด :</span></td>
      <td><span class="FontTahoma">&nbsp;&nbsp;
      <?php 
	  $invention_type = "";
	  if ($_POST["invention_type"] == "1")
	  {
		  $invention_type = "ประเภทที่ 1 สิ่งประดิษฐ์เพื่อพัฒนาคุณภาพชีวิต";
	  }
	  else
	  if ($_POST["invention_type"] == "2")
	  {
		  $invention_type = "ประเภทที่ 2 สิ่งประดิษฐ์เพื่อการประกอบอาชีพ";
	  }
	  else
	  if ($_POST["invention_type"] == "3")
	  {
		  $invention_type = "ประเภทที่ 3 สิ่งประดิษฐ์ประเภทผลิตภัณฑ์สำเร็จรูป";
	  }
	  else
	  if ($_POST["invention_type"] == "4")
	  {
		  $invention_type = "ประเภทที่ 4 สิ่งประดิษฐ์ด้านพลังงานและสิ่งแวดล้อม";
	  }
	  else
	  if ($_POST["invention_type"] == "5")
	  {
		  $invention_type = "ประเภทที่ 5 สิ่งประดิษฐ์ประเภทภูมิปัญญาสร้างสรรค์เศรษฐกิจ";
	  }
	  else
	  if ($_POST["invention_type"] == "6")
	  {
		  $invention_type = "ประเภทที่ 6 สิ่งประดิษฐ์เพื่อพัฒนาต่อยอดนวัตกรรมและเทคโนโลยี";
	  }
	  else
	  if ($_POST["invention_type"] == "7")
	  {
		  $invention_type = "ประเภทที่ 7 สิ่งประดิษฐ์เพื่อการเรียนการสอน";
	  }
	  echo $invention_type;
	  ?>
      </span></td>
    </tr>
    </table>
  <br>
    <table border="1" align="center" cellpadding="0" cellspacing="0" width="1000">
    <tr>
      <td colspan="4" align="center"><span class="FontTahoma">ข้อมูลผู้ประดิษฐ์ (ไม่เกิน 10 คน) คนแรกคือหัวหน้าทีม</span></td>
    </tr>
    <tr align="center" class="FontTahoma">
      <td>ลำดับที่</td>
      <td>ชื่อ-สกุล</td>
      <td>ระดับการศึกษา</td>
      <td>สาขาวิชา</td>
      </tr>
    <tr>
      <td align="center"><span class="FontTahoma">1.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_name1"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_level1"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_department1"]; ?></span></td>
      </tr>
    <tr>
      <td align="center"><span class="FontTahoma">2.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_name2"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_level2"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_department2"]; ?></span></td>
      </tr>
    <tr>
      <td align="center"><span class="FontTahoma">3.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_name3"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_level3"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_department3"]; ?></span></td>
      </tr>
    <tr>
      <td align="center"><span class="FontTahoma">4.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_name4"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_level4"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_department4"]; ?></span></td>
      </tr>
    <tr>
      <td align="center"><span class="FontTahoma">5.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_name5"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_level5"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_department5"]; ?></span></td>
      </tr>
    <tr>
      <td align="center"><span class="FontTahoma">6.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_name6"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_level6"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_department6"]; ?></span></td>
      </tr>
    <tr>
      <td align="center"><span class="FontTahoma">7.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_name7"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_level7"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_department7"]; ?></span></td>
      </tr>
    <tr>
      <td align="center"><span class="FontTahoma">8.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_name8"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_level8"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_department8"]; ?></span></td>
      </tr>
    <tr>
      <td align="center"><span class="FontTahoma">9.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_name9"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_level9"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_department9"]; ?></span></td>
      </tr>
    <tr>
      <td align="center"><span class="FontTahoma">10.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_name10"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_level10"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["creator_department10"]; ?></span></td>
      </tr>
</table>
    <br>
<table border="1" align="center" cellpadding="0" cellspacing="0" width="1000">
    <tr>
      <td colspan="5" align="center"><span class="FontTahoma">ชื่อครูที่ปรึกษา (ไม่เกิน 5 คน) คนแรกคือหัวหน้าทีม</span></td>
  </tr>
    <tr align="center" class="FontTahoma">
      <td>ลำดับที่</td>
      <td>ชื่อ-สกุล</td>
      <td>ตำแหน่ง</td>
      <td>สาชาวิชา</td>
      <td>เบอร์มือถือ</td>
    </tr>
    <tr>
      <td align="center"><span class="FontTahoma">1.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_name1"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_position1"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_department1"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_phone1"]; ?></span></td>
    </tr>
    <tr>
      <td align="center"><span class="FontTahoma">2.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_name2"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_position2"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_department2"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_phone2"]; ?></span></td>
    </tr>
    <tr>
      <td align="center"><span class="FontTahoma">3.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_name3"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_position3"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_department3"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_phone3"]; ?></span></td>
    </tr>
    <tr>
      <td align="center"><span class="FontTahoma">4.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_name4"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_position4"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_department4"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_phone4"]; ?></span></td>
    </tr>
    <tr>
      <td align="center"><span class="FontTahoma">5.</span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_name5"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_position5"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_department5"]; ?></span></td>
      <td><span class="FontTahoma"><?php echo $_POST["advisor_phone5"]; ?></span></td>
    </tr>
</table>
    <br>
<table border="1" align="center" cellpadding="0" cellspacing="0" width="1000">
    <tr>
      <td align="center"><span class="FontTahoma">ข้อมูลทั่วไปของผลงานสิ่งประดิษฐ์</span></td>
    </tr>
    <tr>
      <td><span class="FontTahoma">&nbsp;
        
        <?php
        if (isset($_POST["power220v"]))
		{
		 echo $_POST["power220v"] . " " . $_POST["power220a"] . " A " ;
		}
		
		if (isset($_POST["power380v"]))
		{
		 echo $_POST["power380v"] . " " . $_POST["power380a"] . " A" ;
		}
		 ?>
        </span></td>
    </tr>
    <tr>
      <td><span class="FontTahoma">&nbsp;
       <?php
                if (isset($_POST["use_water"]))
		{
		 echo $_POST["use_water"] . " ";
		}
		
		if (isset($_POST["use_gas"]))
		{
		 echo $_POST["use_gas"] . " ";
		}
		
		if (isset($_POST["use_fuel_engine"]))
		{
		 echo $_POST["use_fuel_engine"] . " ";
		}
		 ?>
 
      </span></td>
    </tr>
    <tr class="FontTahoma">
      <td>&nbsp;
      <?php
        //if ($_POST["non_pollution"] <> "")
		//{
		 //echo $_POST["non_pollution"] . " ";
		//}
		
		if ($_POST["pollution"] == "ไม่มีมลพิษ")
		{
			$pollution = "";
			$non_pollution = "ไม่มีมลพิษ";
		}
		
		if ($_POST["pollution"] == "มีมลพิษ")
		{
			$pollution = "มีมลพิษ";
			$non_pollution = "";
		}
		
		if ($_POST["pollution"] <> "")
		{
		 echo $_POST["pollution"] . " ";
		}
		
		if (isset($_POST["have_noise"]))
		{
		 echo $_POST["have_noise"] . " ";
		}
		
		if (isset($_POST["have_exhaust"]))
		{
		 echo $_POST["have_exhaust"] . " ";
		}
		
		if (isset($_POST["have_smoke"]))
		{
		 echo $_POST["have_smoke"] . " ";
		}
		
		if ($_POST["other_data"] <> "")
		{
		 echo $_POST["other_data"] . " ";
		}
		
		 ?>
      </td>
    </tr>
    <tr class="FontTahoma">
      <td>&nbsp;&nbsp;ขนาดของผลงานสิ่งประดิษฐ์ กว้าง <?php echo $_POST["invention_wide"]; ?>
        
        cm. X ยาว <?php echo $_POST["invention_long"]; ?>
        
        cm. X สูง <?php echo $_POST["invention_high"]; ?>
        
        cm.</td>
    </tr>
</table>
    <br>
<table border="1" align="center" cellpadding="0" cellspacing="0" width="1000">
    <tr align="center" class="FontTahoma">
      <td colspan="2">ระบุจำนวนผู้มาเข้าร่วมการประกวดและนำเสนอผลงาน</td>
    </tr>
    <tr class="FontTahoma">
      <td colspan="2">&nbsp;&nbsp;นักศึกษาชาย <?php echo $_POST["male_student_amount"]; ?>
        
        คน / นักศึกษาหญิง <?php echo $_POST["female_student_amount"]; ?>
        
        คน ครูที่ปรึกษาชาย <?php echo $_POST["male_advisor_amount"]; ?>
        
        คน / ครูที่ปรึกษาหญิง <?php echo $_POST["female_advisor_amount"]; ?>
        
        คน รวม <?php echo $_POST["total_person_amount"]; ?>
        
        คน</td>
    </tr>
</table>
    <br>
<table border="1" align="center" cellpadding="0" cellspacing="0" width="1000">
    <tr align="center" class="FontTahoma">
      <td colspan="2">ระบุเบอร์โทรศัพท์ครูที่ปรึกษาสิ่งประดิษฐ์ เพื่อการติดต่อประสานงาน</td>
  </tr>
    <tr class="FontTahoma">
      <td colspan="2" align="center">เบอร์โทรศัพท์สถานศึกษา <?php echo $_POST["college_phone"]; ?>
        
        เบอร์โทรศัพท์ครูที่ปรึกษา <?php echo $_POST["advisor_phone6"]; ?>       </td>
    </tr>
    <tr>
      <td colspan="2">&nbsp;</td>
    </tr>
    <tr class="FontTahoma">
      <td colspan="2" align="center">
	บทคัดย่อ
      </td>
    </tr>
    <tr class="FontTahoma">
      <td colspan="2" align="left">
	<?php echo nl2br($_POST["abstract"]); ?>
      </td>
    </tr>
    <tr>
      <td colspan="2">&nbsp;</td>
    </tr>
    <tr class="FontTahoma">
      <td colspan="2" align="center">
	ประโยชน์และคุณลักษณะ
      </td>
    </tr>
    <tr class="FontTahoma">
      <td colspan="2" align="center">
	<?php echo $_POST["property"]; ?>
      </td>
    </tr>
    <tr>
      <td colspan="2">&nbsp;</td>
    </tr>
    <tr class="FontTahoma">
      <td colspan="2" align="center">
	ถาพถ่ายสิ่งประดิษฐ์
      </td>
    </tr>
    <tr class="FontTahoma">
      <td colspan="2" align="center">
	<img src="<?php echo "tmp/" . $_FILES["image"]["name"]; ?>" height="240" width="300" />
	<br>
	<?php echo $_FILES["image"]["name"]; ?>
      </td>
    </tr>
    <tr>
      <td colspan="2">&nbsp;</td>
    </tr>
    <tr>
      <td colspan="2" align="center">
      	<form method="post" action="save.php">
        <input name="invention_name" type="hidden" id="invention_name" value="<?php echo $_POST["invention_name"]; ?>">
        <input name="college_name" type="hidden" id="college_name" value="<?php echo $_POST["college_name"]; ?>">
        <input name="vocational_name" type="hidden" id="vocational_name" value="<?php echo $_POST["vocational_name"]; ?>">
        <input name="invention_type" type="hidden" id="invention_type" value="<?php echo $invention_type; ?>">
        <input name="creator_name1" type="hidden" id="creator_name1" value="<?php echo $_POST["creator_name1"]; ?>">
        <input name="creator_level1" type="hidden" id="creator_level1" value="<?php echo $_POST["creator_level1"]; ?>">
        <input name="creator_department1" type="hidden" id="creator_department1" value="<?php echo $_POST["creator_department1"]; ?>">
        <input name="creator_name2" type="hidden" id="creator_name2" value="<?php echo $_POST["creator_name2"]; ?>">
        <input name="creator_level2" type="hidden" id="creator_level2" value="<?php echo $_POST["creator_level2"]; ?>">
        <input name="creator_department2" type="hidden" id="creator_department2" value="<?php echo $_POST["creator_department2"]; ?>">
        <input name="creator_name3" type="hidden" id="creator_name3" value="<?php echo $_POST["creator_name3"]; ?>">
        <input name="creator_level3" type="hidden" id="creator_level3" value="<?php echo $_POST["creator_level3"]; ?>">
        <input name="creator_department3" type="hidden" id="creator_department3" value="<?php echo $_POST["creator_department3"]; ?>">
        <input name="creator_name4" type="hidden" id="creator_name4" value="<?php echo $_POST["creator_name4"]; ?>">
        <input name="creator_level4" type="hidden" id="creator_level4" value="<?php echo $_POST["creator_level4"]; ?>">
        <input name="creator_department4" type="hidden" id="creator_department4" value="<?php echo $_POST["creator_department4"]; ?>">
        <input name="creator_name5" type="hidden" id="creator_name5" value="<?php echo $_POST["creator_name5"]; ?>">
        <input name="creator_level5" type="hidden" id="creator_level5" value="<?php echo $_POST["creator_level5"]; ?>">
        <input name="creator_department5" type="hidden" id="creator_department5" value="<?php echo $_POST["creator_department5"]; ?>">
        <input name="creator_name6" type="hidden" id="creator_name6" value="<?php echo $_POST["creator_name6"]; ?>">
        <input name="creator_level6" type="hidden" id="creator_level6" value="<?php echo $_POST["creator_level6"]; ?>">
        <input name="creator_department6" type="hidden" id="creator_department6" value="<?php echo $_POST["creator_department6"]; ?>">
        <input name="creator_name7" type="hidden" id="creator_name7" value="<?php echo $_POST["creator_name7"]; ?>">
        <input name="creator_level7" type="hidden" id="creator_level7" value="<?php echo $_POST["creator_level7"]; ?>">
        <input name="creator_department7" type="hidden" id="creator_department7" value="<?php echo $_POST["creator_department7"]; ?>">
        <input name="creator_name8" type="hidden" id="creator_name8" value="<?php echo $_POST["creator_name8"]; ?>">
        <input name="creator_level8" type="hidden" id="creator_level8" value="<?php echo $_POST["creator_level8"]; ?>">
        <input name="creator_department8" type="hidden" id="creator_department8" value="<?php echo $_POST["creator_department8"]; ?>">
        <input name="creator_name9" type="hidden" id="creator_name9" value="<?php echo $_POST["creator_name9"]; ?>">
        <input name="creator_level9" type="hidden" id="creator_level9" value="<?php echo $_POST["creator_level9"]; ?>">
        <input name="creator_department9" type="hidden" id="creator_department9" value="<?php echo $_POST["creator_department9"]; ?>">
        <input name="creator_name10" type="hidden" id="creator_name10" value="<?php echo $_POST["creator_name10"]; ?>">
        <input name="creator_level10" type="hidden" id="creator_level10" value="<?php echo $_POST["creator_level10"]; ?>">
        <input name="creator_department10" type="hidden" id="creator_department10" value="<?php echo $_POST["creator_department10"]; ?>">
        <input name="advisor_name1" type="hidden" id="advisor_name1" value="<?php echo $_POST["advisor_name1"]; ?>">
        <input name="advisor_position1" type="hidden" id="advisor_position1" value="<?php echo $_POST["advisor_position1"]; ?>">
        <input name="advisor_department1" type="hidden" id="advisor_department1" value="<?php echo $_POST["advisor_department1"]; ?>">
        <input name="advisor_phone1" type="hidden" id="advisor_phone1" value="<?php echo $_POST["advisor_phone1"]; ?>">
        <input name="advisor_name2" type="hidden" id="advisor_name2" value="<?php echo $_POST["advisor_name2"]; ?>">
        <input name="advisor_position2" type="hidden" id="advisor_position2" value="<?php echo $_POST["advisor_position2"]; ?>">
        <input name="advisor_department2" type="hidden" id="advisor_department2" value="<?php echo $_POST["advisor_department2"]; ?>">
        <input name="advisor_phone2" type="hidden" id="advisor_phone2" value="<?php echo $_POST["advisor_phone2"]; ?>">
        <input name="advisor_name3" type="hidden" id="advisor_name3" value="<?php echo $_POST["advisor_name3"]; ?>">
        <input name="advisor_position3" type="hidden" id="advisor_position3" value="<?php echo $_POST["advisor_position3"]; ?>">
        <input name="advisor_department3" type="hidden" id="advisor_department3" value="<?php echo $_POST["advisor_department3"]; ?>">
        <input name="advisor_phone3" type="hidden" id="advisor_phone3" value="<?php echo $_POST["advisor_phone3"]; ?>">
        <input name="advisor_name4" type="hidden" id="advisor_name4" value="<?php echo $_POST["advisor_name4"]; ?>">
        <input name="advisor_position4" type="hidden" id="advisor_position4" value="<?php echo $_POST["advisor_position4"]; ?>">
        <input name="advisor_department4" type="hidden" id="advisor_department4" value="<?php echo $_POST["advisor_department4"]; ?>">
        <input name="advisor_phone4" type="hidden" id="advisor_phone4" value="<?php echo $_POST["advisor_phone4"]; ?>">
        <input name="advisor_name5" type="hidden" id="advisor_name5" value="<?php echo $_POST["advisor_name5"]; ?>">
        <input name="advisor_position5" type="hidden" id="advisor_position5" value="<?php echo $_POST["advisor_position5"]; ?>">
        <input name="advisor_department5" type="hidden" id="advisor_department5" value="<?php echo $_POST["advisor_department5"]; ?>">
        <input name="advisor_phone5" type="hidden" id="advisor_phone5" value="<?php echo $_POST["advisor_phone5"]; ?>">
        <input name="power220v" type="hidden" id="power220v" value="<?php echo $_POST["power220v"]; ?>">
        <input name="power220a" type="hidden" id="power220a" value="<?php echo $_POST["power220a"]; ?>">
        <input name="power380v" type="hidden" id="power380v" value="<?php echo $_POST["power380v"]; ?>">
        <input name="power380a" type="hidden" id="power380a" value="<?php echo $_POST["power380a"]; ?>">
        <input name="use_water" type="hidden" id="use_water" value="<?php echo $_POST["use_water"]; ?>">
        <input name="use_gas" type="hidden" id="use_gas" value="<?php echo $_POST["use_gas"]; ?>">
        <input name="use_fuel_engine" type="hidden" id="use_fuel_engine" value="<?php echo $_POST["use_fuel_engine"]; ?>">
        <input name="non_pollution" type="hidden" id="non_pollution" value="<?php echo $non_pollution; ?>">
        <input name="pollution" type="hidden" id="pollution" value="<?php echo $pollution; ?>">
        <input name="have_noise" type="hidden" id="have_noise" value="<?php echo $_POST["have_noise"]; ?>">
        <input name="have_exhaust" type="hidden" id="have_exhaust" value="<?php echo $_POST["have_exhaust"]; ?>">
        <input name="have_smoke" type="hidden" id="have_smoke" value="<?php echo $_POST["have_smoke"]; ?>">
        <input name="other_data" type="hidden" id="other_data" value="<?php echo $_POST["other_data"]; ?>">
        <input name="invention_wide" type="hidden" id="invention_wide" value="<?php echo $_POST["invention_wide"]; ?>">
        <input name="invention_long" type="hidden" id="invention_long" value="<?php echo $_POST["invention_long"]; ?>">
        <input name="invention_high" type="hidden" id="invention_high" value="<?php echo $_POST["invention_high"]; ?>">
        <input name="male_student_amount" type="hidden" id="male_student_amount" value="<?php echo $_POST["male_student_amount"]; ?>">
        <input name="female_student_amount" type="hidden" id="female_student_amount" value="<?php echo $_POST["female_student_amount"]; ?>">
        <input name="male_advisor_amount" type="hidden" id="male_advisor_amount" value="<?php echo $_POST["male_advisor_amount"]; ?>">
        <input name="female_advisor_amount" type="hidden" id="female_advisor_amount" value="<?php echo $_POST["female_advisor_amount"]; ?>">
        <input name="total_person_amount" type="hidden" id="total_person_amount" value="<?php echo $_POST["total_person_amount"]; ?>">
        <input name="college_phone" type="hidden" id="college_phone" value="<?php echo $_POST["college_phone"]; ?>">
        <input name="advisor_phone6" type="hidden" id="advisor_phone6" value="<?php echo $_POST["advisor_phone6"]; ?>">
        <input name="abstract" type="hidden" id="abstract" value="<?php echo htmlspecialchars($_POST["abstract"]); ?>">
        <input name="property" type="hidden" id="property" value="<?php echo $_POST["property"]; ?>">
        <input name="image" type="hidden" id="image" value="<?php echo $_FILES["image"]["name"]; ?>">
        <input type="button" name="button" id="button" value="ย้อนกลับ" onClick="history.back()">
        <input type="submit" name="button2" id="button2" value="Submit">
        </form>
      </td>
    </tr>
</table>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit