|
|
|
สอบถามเกี่ยวกับการทำงานบน server ครับ มีปัญหาสงสัยอยู่ครับ |
|
|
|
|
|
|
|
บน เซิฟเวอร์ ต้อง GET ทุกตัว ทุกหน้านะครับ
ลองเช็คดูก่อนครับ เผื่อลืม GET บางหน้า
เพราะบน appserve มัน ไม่ต้อง GET มันก็ใช้ได้ แต่บน เซิฟเวอร์ไม่ได้
แต่ถ้า เช็คแล้ว ถูกต้องทั้งหมด ค่อยลองเอาโค้ดมาแปะนะครับ
|
|
|
|
|
Date :
2012-04-05 09:46:37 |
By :
13eachz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมขี้เกียจเดาครับ
เอาโค้ดมาลงดีกว่าครับ
|
|
|
|
|
Date :
2012-04-05 09:48:04 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จะลองดูครับ
หน้าแก้ไขข้อมูล
use_Edit_item.php
Code (PHP)
<?php
session_start();
if ($_SESSION['MEMBERID'] == "") { //ถ้าตัวแปรเป็นค่า ว่าง
header("Location:../../index.php"); //ให้ไปหน้า login
}
include("../../connect.php");
mysql_query("SET character_set_results=UTF8");
mysql_query("SET character_set_client=UTF8");
mysql_query("SET character_set_connection=UTF8");
?>
<!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>RON</title>
<link rel="stylesheet" type="text/css" href="../../Scripts/epoch_styles.css"/>
<script type="text/javascript" src="../../Scripts/epoch_classes.js">//***Calendar****//</script>
<script type="text/javascript">
var calendar;
window.onload = function() {
calendar = new Epoch('cal2','popup',document.getElementById('calendar2_container2'),false);
};
//***end Calendar***//
</script>
<style type="text/css">
<!--
.style8 {
font-size: 12px;
font-weight: bold;
}
a:link {
color: #0033FF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0033FF;
}
a:hover {
text-decoration: none;
color: #00FF00;
}
a:active {
text-decoration: none;
color: #FF0000;
}
.style9 {color: #FFFFFF}
.style10 {font-size: 12px; font-weight: bold; color: #FFFFFF; }
.style11 {color: #0033FF}
-->
</style></head>
<body>
<script language="javascript">
function fncSubmit()
{
if(document.frm.address.value == "")
{
alert('กรุณาใส่ที่อยู่');
document.frm.address.focus();
return false;
}
if(document.frm.recive_date.value == "")
{
alert('กรุณาใส่วันที่รับอุปกรณ์');
document.frm.recive_date.focus();
return false;
}
if(document.frm.recive.value == "")
{
alert('กรุณาใส่ที่มาของอุปกรณ์');
document.frm.recive.focus();
return false;
}
document.frm.submit();
}
</script>
<?
$UserID = $_GET['UserID'];
$IDwork = $_GET['IDwork'];
$use_date = $_GET['use_date'];
$itemSQL = "SELECT * FROM accessory WHERE id ='".$_GET["id"]."' ";
$itemQuery = mysql_query($itemSQL) or die ("Error Query [".$itemSQL."]");
$itemResult = mysql_fetch_array($itemQuery);
?>
<form action="save_Edit_item.php" method="post" name="frm" OnSubmit="return fncSubmit();">
<table width="657" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#0033FF">
<tr>
<td colspan="2"><span class="style1">
<input name="Update_by" type="text" id="Update_by" value="<?php echo "$UserID" ; ?>" readonly="true">
</span></td>
<td colspan="2" align="right"> </td>
</tr>
<tr>
<td colspan="4" bgcolor="#FFFFFF"><span class="style9">
<span class="style11">
<label></label>
</span></span></td>
</tr>
<tr>
<td class="style8 style9">เลขที่อุปกรณ์</td>
<td bgcolor="#00CCFF"><label>
<input name="id" type="text" id="id" style="width:50px" value="<?php echo $itemResult['id'] ; ?>" readonly="true">
</label></td>
<td colspan="2" bgcolor="#00CCFF"> </td>
</tr>
<tr>
<td><span class="style1 style9"><span class="style8">ประเภทอุปกรณ์ </span> </span></td>
<td bgcolor="#00CCFF"><label>
<input name="type" type="text" id="type" value="<?php echo $itemResult['type'] ; ?>" readonly="true">
</label></td>
<td colspan="2" bgcolor="#00CCFF"> </td>
</tr>
<tr>
<td><span class="style1 style8 style9">Code อุปกรณ์</span></td>
<td bgcolor="#00CCFF"><label>
<input name="Code" type="text" id="Code" value="<?php echo $itemResult['Code'] ; ?>" readonly="true">
</label></td>
<td class="style10">ชื่ออุปกรณ์</td>
<td bgcolor="#00CCFF"><label>
<input name="name" type="text" id="name" value="<?php echo $itemResult['name'] ; ?>" readonly="true">
</label></td>
</tr>
<tr>
<td><span class="style10">serial </span></td>
<td bgcolor="#00CCFF"><span class="style1">
<input name="serial" type="text" id="serial" value="<?php echo $itemResult['serial'] ; ?>" readonly="true">
</span></td>
<td><span class="style1 style9">
<label></label>
</span><span class="style10">รหัสทรัพย์สิน</span></td>
<td bgcolor="#00CCFF"><span class="style1">
<input name="ROAcode" type="text" id="ROAcode" value="<?php echo $itemResult['ROAcode'] ; ?>" readonly="true">
</span></td>
</tr>
<tr>
<td class="style10">ที่อยู่</td>
<td colspan="3" bgcolor="#00CCFF"><label>
<input type="text" name="address" id="address">
</label></td>
</tr>
<tr>
<td valign="top" class="style10">วันที่ใช้อุปกรณ์</td>
<td valign="top" bgcolor="#00CCFF"><span class="style1">
<input name="use_date" type="text" id="calendar2_container2" value="<?php echo "$use_date"; ?>">
</span></td>
<td valign="top"><span class="style1 style9">
<label> </label>
</span><span class="style10">ใช้ในงาน</span></td>
<td bgcolor="#00CCFF"><span class="style1">
<input name="u_se" type="text" id="u_se" value="<?php echo "$IDwork";?>" readonly="true">
</span></td>
</tr>
<tr>
<td colspan="4" align="center" bgcolor="#FFFFFF">
<input name="ADD" type="submit" id="ADD" onClick="return confirm('ยืนยันการแก้ไขข้อมูล')" value="บันทึกการแก้ไข">
<label></label></td>
</tr>
</table>
</form>
</body>
</html>
<?
mysql_close();
?>
|
|
|
|
|
Date :
2012-04-05 09:54:43 |
By :
akkaneetha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หน้าบันทึกข้อมูล
save_Edit_item.php
Code (PHP)
<?
session_start();
if ($_SESSION['MEMBERID'] == "") { //ถ้าตัวแปรเป็นค่า ว่าง
header("Location:../../index.php"); //ให้ไปหน้า login
}
mysql_query("SET character_set_results=UTF8");
mysql_query("SET character_set_client=UTF8");
mysql_query("SET character_set_connection=UTF8");
?>
<!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>
<style type="text/css">
<!--
.style7 {font-weight: bold; font-size: 14px;}
a:link {
color: #0033FF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0033FF;
}
a:hover {
text-decoration: none;
color: #00FF00;
}
a:active {
text-decoration: none;
color: #FF0000;
}
-->
</style>
</head>
<body>
<?
$UserID = $_POST['Update_by'];
$Update_AM = "1";
include("../../connect.php");
$strSQL = "UPDATE accessory SET ";
$strSQL .="type = '".$_POST["type"]."' ";
$strSQL .=",Code = '".$_POST["Code"]."' ";
$strSQL .=",name = '".$_POST["name"]."' ";
$strSQL .=",serial = '".$_POST["serial"]."' ";
$strSQL .=",ROAcode = '".$_POST["ROAcode"]."' ";
$strSQL .=",address = '".$_POST["address"]."' ";
$strSQL .=",use_date = '".$_POST["use_date"]."' ";
$strSQL .=",u_se = '".$_POST["u_se"]."' ";
$strSQL .=",Update_by = '".$_POST["Update_by"]."' ";
$strSQL .=",Update_AM = '$Update_AM' ";
$strSQL .="WHERE id = '".$_POST["id"]."' ";
$objQuery = mysql_query($strSQL);
if($objQuery)
{
print("<br></br>");
print("<br></br>");
print("<br></br>");
print("<center><font size=\"4\" face='MS Sans Serif'><b>บันทึกการเปลี่ยนแปลงเรียบร้อยแล้ว</b></font></center>");
print("<br></br>");
echo"<center><font size=\"3\"><a href= 'use.php?UserID=$UserID'>กลับหน้า รายการใบงาน</a></font></center>";
}
else
{
echo "Error Save [".$strSQL."]";
}
mysql_close();
?>
</p>
<p> </p>
</body>
</html>
|
|
|
|
|
Date :
2012-04-05 09:56:34 |
By :
akkaneetha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|