403Webshell
Server IP : 182.53.201.61  /  Your IP : 216.73.217.175
Web Server : Apache/2.2.15 (Fedora)
System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/Menu pusdu/lab/backup/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/Menu pusdu/lab/backup/phpMySQLAddForm - Copy.php
<?php
$ebits = ini_get('error_reporting');
error_reporting($ebits ^ E_NOTICE);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<title>ระบบใบเบิกพัสดุโรงพยาบาลสัตหีบ กม.10</title> 
<style type="text/css">
<!--
.style3 {color: #FF3300}
.style5 {
	font-size: 10px;
	color: #00FFFF;
}
.style6 {color: #FF0000}
-->
</style>
</head>
<body>
<?
$objConnect = mysql_connect("localhost","root","090407") or die("Error Connect to Database");
$objDB = mysql_select_db("pusducom_pharma");
$strSQL = "SELECT * FROM Month_1 ORDER BY Id_num ASC";
mysql_query("Set names 'tis620'");
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>

<form action="phpMySQLAddSave.php" name="frmAdd" method="post">
<table width="600" border="1">
  <tr>
    <th width="91"> <div align="center">ลำดับที่</div></th>
    <th width="160"> <div align="center">รายการ</div></th>
    <th width="198"> <div align="center">หน่วยนับ</div></th>
    <th width="97"> <div align="center">จำนวนที่ต้องการเบิก</div></th>
    <th width="70"> <div align="center">อนุญาติให้เบิก</div></th>
    <th width="70"> <div align="center">จ่ายจริง</div></th>
  </tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
  <tr>
    <td><input type="text" name="txtId_num" size="5" value="<?=$objResult["Id_num"];?>"></td>
    <td><input type="text" name="txtItem" size="20" value="<?=$objResult["Item"];?>"></td>
    <td><input type="text" name="txtUnit" size="20"  value="<?=$objResult["Unit"];?>"></td>
    <td><input type="text" name="txtReq_num" size="2" value="<?=$objResult["Req_num"];?>"></td>
    <td><input type="text" name="txtAllow" size="5" value="<?=$objResult["Allow"];?>"></td>
    <td><input type="text" name="txtPay" size="5" value="<?=$objResult["Pay"];?>"></td>
  </tr>
<?
}
?>
  </table>
  <input type="submit" name="submit" value="submit">
  </form>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit