|
|
|
รบกวนดู CODE ให้หน่อยครับ ผม INSERT ข้อมูลแล้ว ข้อมูลวิ่งเข้า SQL DUBBLE ครับ |
|
|
|
|
|
|
|
รบกวนดู CODE ให้หน่อยครับ ผม INSERT ข้อมูลแล้ว ข้อมูลวิ่งเข้า SQL DUBBLE ครับ
CODE
Code (PHP)
<?php
header("Expires: Sat, 01 Jan 2000 00:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: post-check=0, pre-check=0",false);
header("Content-type: text/html; charset=utf-8");
session_cache_limiter("must-revalidate");
?>
<style type="text/css">
<!--
.style20 {font-family: Arial, Helvetica, sans-serif; font-size: x-small; }
.style8 { color: #FFFFFF;
font-weight: bold;
}
.style9 {font-size: small}
body {
background-color: #D4D0C8;
background-image: url(images/bg.gif);
}
-->
</style>
<?
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("survey");
mysql_query("SET NAMES UTF8");
$strSQL = "UPDATE seec SET ";
$strSQL .="id= '".$_POST["id"]."' ";
$strSQL .=",m1_1= '".$_POST["total"]."' ";
$strSQL .=",m1_2= '".$_POST["total2"]."' ";
$strSQL .=",m1_3= '".$_POST["total3"]."' ";
$strSQL .=",m1_4= '".$_POST["total4"]."' ";
$strSQL .=",m1_5= '".$_POST["total5"]."' ";
$strSQL .=",m1_6= '".$_POST["total6"]."' ";
$strSQL .=",m1_7= '".$_POST["total7"]."' ";
$strSQL .=",m1_8= '".$_POST["total8"]."' ";
$strSQL .=",m1_9= '".$_POST["total9"]."' ";
$strSQL .=",m1_10= '".$_POST["total10"]."' ";
$strSQL .=",m1_11= '".$_POST["total11"]."' ";
$strSQL .=",m1_12= '".$_POST["total12"]."' ";
$strSQL .=",m1_13= '".$_POST["total13"]."' ";
$strSQL .=",m1_14= '".$_POST["total14"]."' ";
$strSQL .=",m1_15= '".$_POST["total15"]."' ";
$strSQL .=",m1_16= '".$_POST["total16"]."' ";
$strSQL .=",m1_17= '".$_POST["total17"]."' ";
$strSQL .=",m1_18= '".$_POST["total18"]."' ";
$strSQL .=",avgm1bf= '".$_POST["avgbf"]."' ";
$strSQL .=",avgm1income= '".$_POST["avgincome"]."' ";
$strSQL .=",avgm1oth= '".$_POST["avgote"]."' ";
$strSQL .=",avgm1= '".$_POST["avgall"]."' ";
$strSQL .="WHERE id = '".$_POST["id"]."' ";
$objQuery = mysql_query($strSQL);
$strSQL1 = "INSERT INTO comment ";
$strSQL1 .="(id,month,c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12,c13,c14,c15,c16,c17,c18) ";
$strSQL1 .="VALUES ";
$strSQL1 .="('".$_POST["id"]."','".$_POST["month"]."','".$_POST["c1"]."' ";
$strSQL1 .=",'".$_POST["c2"]."','".$_POST["c3"]."','".$_POST["c4"]."' ";
$strSQL1 .=",'".$_POST["c5"]."','".$_POST["c6"]."','".$_POST["c7"]."' ";
$strSQL1 .=",'".$_POST["c8"]."','".$_POST["c9"]."','".$_POST["c10"]."' ";
$strSQL1 .=",'".$_POST["c11"]."','".$_POST["c12"]."','".$_POST["c13"]."' ";
$strSQL1 .=",'".$_POST["c14"]."','".$_POST["c15"]."','".$_POST["c16"]."' ";
$strSQL1 .=",'".$_POST["c17"]."','".$_POST["c18"]."')";
$objQuer1= mysql_query($strSQL1);
mysql_close();
$str1 = $_POST["test1"];
?>
<table width="90%" height="20%" border="0" cellpadding="0">
<tr>
<td height="149"><div align="center"><img src="images/Seec%20(Custom).png" width="1229" height="104"></div></td>
</tr>
</table>
<p> </p>
<p>
<script language="javascript">
alert("บันทึกข้อมูลเข้าระบบเรียบร้อยแล้ว.");
window.location="seec.php?<? echo $str1; ?>";
</script>
<?
if(!$objQuery)
{
echo "Error Update [".mysql_error()."]";
}
//header("location:$_SERVER[PHP_SELF]");
//exit();
?>
</p>
Tag : PHP, JavaScript
|
|
|
|
|
|
Date :
2013-05-20 12:34:21 |
By :
sranuwat |
View :
746 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้ locate กลับมาหน้าเดิมรึเปล่าครับ
window.location="seec.php?<? echo $str1; ?>";
ทำให้ insert 2 รอบ
|
|
|
|
|
Date :
2013-05-20 12:41:59 |
By :
champkung226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
window.location="seec.php?<? echo $str1; ?>";
เป็นการกลับไปที่อื่นครับ ไม่ใช่หน้าที่เป็น Form insert ครับ
|
|
|
|
|
Date :
2013-05-20 12:46:24 |
By :
sranuwat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนหน่อยนะครับ ตอนนี้ยังแก้ไม่ได้เลยครับ
|
|
|
|
|
Date :
2013-05-20 13:04:34 |
By :
sranuwat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ได้แล้วครับ ที่หน้า Insert form มี จาวาสคริปอยู่ วิธีแก้คือ ตัดข้อความ
document.form.submit(); // เอาออกครับ หายเลยครับ
ขอบคุณทุกท่านนะครับ
|
|
|
|
|
Date :
2013-05-20 13:50:27 |
By :
sranuwat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|