|
|
|
ติดปัญหาในส่วนของการ แก้ไข ระบบ ข่าวกิจกรรมที่แจกในบอร์ดครับ xampp |
|
|
|
|
|
|
|
แล้วถ้าเอา
update nt_act set name_act = 'ทดสอบ1',date_act = '2014-09-22',detail_act = 'ทดสอบระบบแก้ไข ' where id_act = '40'
ไปวางใช่ช่อง SQL ของ phpmyadmin ของ database แล้ว กด GO ผลเป็นอย่างไรบ้าง ลองดูครับ
|
|
|
|
|
Date :
2014-09-22 16:56:24 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผลลัพธ์ สามารถแก้ไขข้อมูลได้ ถูกต้อง ปกติครับ
นี้แหละครับ ผมเลย งง ว่าทำไม เพราะถ้า sql ผิด เวลาวางใน sql ของ phpmysql ก็ไม่น่าจะผ่าน แต่กรณีนี้ผ่าน
แต่ถ้าบอกว่า เป็นเพราะการเชื่อมต่อฐานข้อมูล ก็งง อีกทำไม มันดันสามารถปรับข้อมูลใน ตาราง เป็น ช่องว่าง ตรงฟิวที่ผม แก้ไขพอดี เพราะถ้าต่อฐานข้อมูลไม่ได้ ในตาราง ก็ไม่น่าจะเกิดการเปลี่ยนแปลงอะไร
|
|
|
|
|
Date :
2014-09-22 17:07:31 |
By :
nook563 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าตาราง nt_act มีจำนวน 4 ฟิลด์ ก็ตรงตามข้อมูลที่เห็น....แต่ถ้าจำนวนฟิลด์มากกว่า ไม่แน่ใจว่าเวลา Update ต้องใส่ครบทุกฟิลด์หรือเปล่า...
Crop รูป ตารางโครงสร้าง ตารางข้อมูลมาวาสงไว้ด้วยครับ
อาจจะมีท่านอื่น เจอจุดที่ผิด ก็ได้ครับ
|
|
|
|
|
Date :
2014-09-22 17:25:19 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-09-22 17:28:29 |
By :
nook563 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีคำสั่ง
$objQuery = mysql_query($strSQL);
ปิดท้ายหรือเปล่าครับ ??
|
|
|
|
|
Date :
2014-09-22 17:44:27 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอดูหน้า form กับ action หน่อยครับ
|
|
|
|
|
Date :
2014-09-22 18:23:10 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาโค๊ดเต็มๆเลยนะครับ
file data_act_edit.php
Code (PHP)
<?php
session_start();
if ($_SESSION['sess_userid']<>session_id())
{
header("Location: ../../admin.php");
exit();
}
function fnc_deleteDate($main_date)
{
if($main_date <> '00-00-0000'){
list($date1,$month1,$year1) = explode ('/',$main_date);
$yearS_new=($year1-543);
$enddate=$yearS_new.'-'.$month1.'-'.$date1;
return $enddate;//'2010-10-31' ผลลัพธ์ รูปแบบ
}
}
//ต้องทำกลับให้เป็น '31/12/2555'
//ปัจจุบัน '2012-12-31' (ปี-เดือน-วัน)
function fnc_addDate($main_date)
{
if($main_date <> '0000-00-00'){
list($year1,$month1,$date1) = explode ('-',$main_date);
$yearS_new=($year1+543);
$startdate=$date1.'/'.$month1.'/'.$yearS_new;
return $startdate;
}
}
?>
<!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"><!-- InstanceBegin template="/Templates/Tem-admin.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" href="jquery/DatePicker/css/ui-lightness/jquery-ui-1.8.10.custom.css" rel="stylesheet" />
<script type="text/javascript" src="jquery/DatePicker/js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="jquery/DatePicker/js/jquery-ui-1.8.10.offset.datepicker.min.js"></script>
<script type="text/javascript">
$(function () {
var d = new Date();
var toDay = d.getDate() + '/'
+ (d.getMonth() + 1) + '/'
+ (d.getFullYear() + 543);
// Datepicker
$("#datepicker-th").datepicker({ dateFormat: 'dd/mm/yy', isBuddhist: true, defaultDate: toDay, dayNames: ['อาทิตย์', 'จันทร์', 'อังคาร', 'พุธ', 'พฤหัสบดี', 'ศุกร์', 'เสาร์'],
dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน','กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.','ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.']});
$("#datepicker-th-2").datepicker({ changeMonth: true, changeYear: true,dateFormat: 'dd/mm/yy', isBuddhist: true, defaultDate: toDay,dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน','กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.','ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.']});
$("#datepicker-th-3").datepicker({ changeMonth: true, changeYear: true,dateFormat: 'dd/mm/yy', isBuddhist: true, defaultDate: toDay,dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน','กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.','ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.']});
$("#datepicker-en").datepicker({ dateFormat: 'dd/mm/yy'});
$("#inline").datepicker({ dateFormat: 'dd/mm/yy', inline: true });
});
</script>
<!-- มีผลต่อการแสดงวันที่
<style type="text/css">
/*demo page css*/
body{ font: 80% "Trebuchet MS", sans-serif; margin: 50px;}
.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left; list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
ul.test {list-style:none; line-height:30px;}
</style>
-->
<!-- InstanceBeginEditable name="doctitle" -->
<title>administrator</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
.style19 {font-family: Tahoma;
font-size: 12px;
}
.style21 {font-family: Tahoma; font-size: 12px; font-weight: bold; }
-->
</style>
<!-- InstanceEndEditable -->
<STYLE TYPE="TEXT/CSS">
<!--
A:link {
text-decoration:none;
}
A:visited {
text-decoration:none;
}
//-->
</STYLE>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url();
background-color: #4A4A4A;
}
-->
</style>
<style type="text/css">
<!--
.dxnbGroupContent {BORDER-BOTTOM: #a8a8a8 1px solid; BORDER-LEFT: #a8a8a8 1px solid; PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; FONT: 9pt Tahoma; COLOR: #1e3695; BORDER-TOP: #a8a8a8 1px solid; BORDER-RIGHT: #a8a8a8 1px solid; PADDING-TOP: 5px
}
.dxnbGroupHeader { TEXT-ALIGN: left;
vertical-align: top;
}
.dxnbGroupHeader {BORDER-BOTTOM: #a8a8a8 1px solid; BORDER-LEFT: #a8a8a8 1px solid; PADDING-BOTTOM: 4px; BACKGROUND-COLOR: #e0e0e0; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; FONT: bold 9pt Tahoma; COLOR: black; BORDER-TOP: #a8a8a8 1px solid; BORDER-RIGHT: #a8a8a8 1px solid; PADDING-TOP: 4px
}
.dxnbItem {TEXT-ALIGN: left
}
.dxnbItem {PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 4px
}
.dxnbItem {FONT: 9pt Tahoma; COLOR: #1e3695
}
.style11 {
font-family: Tahoma;
font-size: 14px;
}
.style14 {
color: #FFFFFF;
font-weight: bold;
}
.style15 {color: #CCCCCC}
.style1 { font-family: Tahoma;
font-size: 13px;
color: #CCCCCC;
}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<style type='text/css'>
.style1 a{ color:#FFFFFF}
.style1 a:hover{color:#CCCCCC}
.style16 {color: #FFFFFF}
</style>
</head>
<body onload="MM_preloadImages('../../../icons/name-n%5B1%5D.png','../../../icons/name-x%5B1%5D.png','../../../icons/kk%5B2%5D.png','../../../icons/sa%5B2%5D.png','../../../icons/make%5B1%5D.png','../../../icons/st%5B1-%5D.png','../../../icons/pet%5B2%5D.png','../../../icons/room%5B1-%5D.png','../../../icons/le%5B2%5D.png','../../../icons/set%5B2%5D.png','../../../icons/ad%5B2%5D.png','../../../icon/logout2.png')">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" colspan="5" valign="top" bgcolor="#84B5FF">ระบบจัดการข้อมูลข่าวสาร</td>
</tr>
<tr>
<td colspan="5" valign="top" background="../../../icons/L.png"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="17%" valign="top" bgcolor="#4A4A4A"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5%" background="../../../images/bg_left_center.png"><img src="../../../images/bg_left_center.png" width="9" height="106" /></td>
<td width="25%" background="../../../images/bg_left_center.png"><div align="center">
<table width="44" border="1" cellpadding="1" cellspacing="1" bordercolor="#C8C8C8" bgcolor="#C8C8C8">
<tr>
<td><img src="../../../images/avatar.png" width="44" height="44" /></td>
</tr>
</table>
</div>
<div align="center"></div></td>
<td width="6%" background="../../../images/bg_left_center.png"> </td>
<td width="64%" background="../../../images/bg_left_center.png"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="22"><span class="style11"><span class="style15">Logged in as:</span></span></td>
</tr>
<tr>
<td height="22"><span class="style11"><span class="style14">Administrator</span></span></td>
</tr>
<tr>
<td height="22"><span class="style11"><a href="../../logout.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','../../../icon/logout2.png',1)" title="ออกจากระบบ"><img src="../../../icon/logout1.png" name="Image5" width="60" height="20" border="0" id="Image5" /></a></span></td>
</tr>
</table> </td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1%" background="../../../images/bg_menu.png"><img src="../../../images/bg_menu.png" width="4" height="35" /></td>
<td width="99%" background="../../../images/bg_menu.png"><div align="left"><span class="style1"> <a href="../../index.php" title="หน้าหลัก">หน้าหลัก</a></span></div></td>
</tr>
<tr>
<td background="../../../images/bg_menu.png"><img src="../../../images/bg_menu.png" width="4" height="35" /></td>
<td background="../../../images/bg_menu.png"><div align="left"><span class="style1"> <a href="data_act.php" title="ข้อมูลกิจกรรม / รูปภาพกิจกรรม">ข้อมูลกิจกรรม / รูปภาพกิจกรรม</a></span></div></td>
</tr>
</table> </td>
<td width="83%" height="25" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1%" background="../../../images/bg_breadcrumb.png"><img src="../../../images/bg_breadcrumb.png" width="5" height="41" /></td>
<td width="99%" background="../../../images/bg_breadcrumb.png"><span class="style11"><img src="../../../icon/objects_001.gif" width="16" height="16" /><!-- InstanceBeginEditable name="Editad0" -->Editad1<!-- InstanceEndEditable --></span></td>
</tr>
</table>
<!-- InstanceBeginEditable name="Editad1" -->
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><span class="style19">
<? include "menu.php"; ?>
</span></td>
</tr>
<tr>
<td width="1%" height="390"> </td>
<td width="99%" valign="top">
<?php
include("../../../include/connect.php");
$strSQL = "SELECT * FROM nt_act WHERE id_act = '".$_GET["id_act"]."' ";
mysql_query("SET NAMES utf8");
$objQuery = mysql_query($strSQL);
$objResult = mysql_fetch_array($objQuery);
if(!$objResult)
{
echo "Not found";
}
else
{
?>
<form id="form1" name="form1" method="post" action="data_act_edit_save.php?id_act=<?php echo $objResult["id_act"];?>" onsubmit="return checkma()">
<br />
<img src="images/icon_tellfriend.png" width="16" height="16" /> <span class="style21"> แก้ไขข้อมูลกิจกรรม</span>
<table width="70%" border="0" cellpadding="1" cellspacing="0">
<tr style="BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid" border="0" cellspacing="0" cellpadding="5">
<td height="28" valign="top" bgcolor="#F7F7F7" style="BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid " border="0" cellspacing="0" cellpadding="1"><table width="100%" border="0" cellpadding="0" cellspacing="2">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td><div align="right" class="style19">ชื่อกิจกรรม : </div></td>
<td><label>
<input name="name_act" type="text" id="name_act" value="<?php echo $objResult["name_act"];?>" size="40" />
</label></td>
</tr>
<tr>
<td width="99"><div align="right" class="style19">วันที่ : </div></td>
<td width="480"><input type="text" name="date_act" id="datepicker-th-2" value="<?php echo fnc_addDate($objResult['date_act']);?>" readonly="readonly" autocomplete="off" style="width:30%;z-index:80;" /></td>
</tr>
<tr>
<td valign="top"><div align="right" class="style19">รายละเอียด : </div></td>
<td><textarea name="detail_act" cols="100" rows="9" id="detail_act"><?php echo $objResult["detail_act"];?>
</textarea></td>
</tr>
<tr>
<td> </td>
<td><input name="submit" type="submit" id="submit" style="BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid" value="บันทึกการเปลี่ยนแปลง"/></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table></td >
</tr>
</table>
<p> </p>
</form>
<?php
}
mysql_close();
?>
</td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
</tr>
</table></td>
</tr>
<!--
<tr>
<td colspan="5" valign="top"> </td>
</tr>
-->
</table>
</body>
<!-- InstanceEnd --></html>
|
|
|
|
|
Date :
2014-09-22 18:56:22 |
By :
nook563 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไฟล์ data_atc_edit_save.php
Code (PHP)
<?php
session_start();
if ($_SESSION['sess_userid']<>session_id())
{
header("Location: ../../admin.php");
exit();
}
function fnc_deleteDate($main_date)
{
if($main_date <> '00-00-0000'){
list($date1,$month1,$year1) = explode ('/',$main_date);
$yearS_new=($year1-543);
$enddate=$yearS_new.'-'.$month1.'-'.$date1;
return $enddate;//'2010-10-31' ผลลัพธ์ รูปแบบ
}
}
//ต้องทำกลับให้เป็น '31/12/2555'
//ปัจจุบัน '2012-12-31' (ปี-เดือน-วัน)
function fnc_addDate($main_date)
{
if($main_date <> '0000-00-00'){
list($year1,$month1,$date1) = explode ('-',$main_date);
$yearS_new=($year1+543);
$startdate=$date1.'/'.$month1.'/'.$yearS_new;
return $startdate;
}
}
?>
<!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"><!-- InstanceBegin template="/Templates/Tem-admin.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>administrator</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
.style17 { font-family: Tahoma;
font-size: 12px;
}
-->
</style>
<!-- InstanceEndEditable -->
<STYLE TYPE="TEXT/CSS">
<!--
A:link {
text-decoration:none;
}
A:visited {
text-decoration:none;
}
//-->
</STYLE>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url();
background-color: #4A4A4A;
}
-->
</style>
<style type="text/css">
<!--
.dxnbGroupContent {BORDER-BOTTOM: #a8a8a8 1px solid; BORDER-LEFT: #a8a8a8 1px solid; PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; FONT: 9pt Tahoma; COLOR: #1e3695; BORDER-TOP: #a8a8a8 1px solid; BORDER-RIGHT: #a8a8a8 1px solid; PADDING-TOP: 5px
}
.dxnbGroupHeader { TEXT-ALIGN: left;
vertical-align: top;
}
.dxnbGroupHeader {BORDER-BOTTOM: #a8a8a8 1px solid; BORDER-LEFT: #a8a8a8 1px solid; PADDING-BOTTOM: 4px; BACKGROUND-COLOR: #e0e0e0; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; FONT: bold 9pt Tahoma; COLOR: black; BORDER-TOP: #a8a8a8 1px solid; BORDER-RIGHT: #a8a8a8 1px solid; PADDING-TOP: 4px
}
.dxnbItem {TEXT-ALIGN: left
}
.dxnbItem {PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 4px
}
.dxnbItem {FONT: 9pt Tahoma; COLOR: #1e3695
}
.style11 {
font-family: Tahoma;
font-size: 14px;
}
.style14 {
color: #FFFFFF;
font-weight: bold;
}
.style15 {color: #CCCCCC}
.style1 { font-family: Tahoma;
font-size: 13px;
color: #CCCCCC;
}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<style type='text/css'>
.style1 a{ color:#FFFFFF}
.style1 a:hover{color:#CCCCCC}
.style16 {color: #FFFFFF}
</style>
</head>
<body onload="MM_preloadImages('../../../icons/name-n%5B1%5D.png','../../../icons/name-x%5B1%5D.png','../../../icons/kk%5B2%5D.png','../../../icons/sa%5B2%5D.png','../../../icons/make%5B1%5D.png','../../../icons/st%5B1-%5D.png','../../../icons/pet%5B2%5D.png','../../../icons/room%5B1-%5D.png','../../../icons/le%5B2%5D.png','../../../icons/set%5B2%5D.png','../../../icons/ad%5B2%5D.png','../../../icon/logout2.png')">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" colspan="5" valign="top" bgcolor="#84B5FF">ระบบจัดการข้อมูลข่าวสาร</td>
</tr>
<tr>
<td colspan="5" valign="top" background="../../../icons/L.png"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="17%" valign="top" bgcolor="#4A4A4A"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5%" background="../../../images/bg_left_center.png"><img src="../../../images/bg_left_center.png" width="9" height="106" /></td>
<td width="25%" background="../../../images/bg_left_center.png"><div align="center">
<table width="44" border="1" cellpadding="1" cellspacing="1" bordercolor="#C8C8C8" bgcolor="#C8C8C8">
<tr>
<td><img src="../../../images/avatar.png" width="44" height="44" /></td>
</tr>
</table>
</div>
<div align="center"></div></td>
<td width="6%" background="../../../images/bg_left_center.png"> </td>
<td width="64%" background="../../../images/bg_left_center.png"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="22"><span class="style11"><span class="style15">Logged in as:</span></span></td>
</tr>
<tr>
<td height="22"><span class="style11"><span class="style14">Administrator</span></span></td>
</tr>
<tr>
<td height="22"><span class="style11"><a href="../../logout.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','../../../icon/logout2.png',1)" title="ออกจากระบบ"><img src="../../../icon/logout1.png" name="Image5" width="60" height="20" border="0" id="Image5" /></a></span></td>
</tr>
</table> </td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1%" background="../../../images/bg_menu.png"><img src="../../../images/bg_menu.png" width="4" height="35" /></td>
<td width="99%" background="../../../images/bg_menu.png"><div align="left"><span class="style1"> <a href="../../index.php" title="หน้าหลัก">หน้าหลัก</a></span></div></td>
</tr>
<tr>
<td background="../../../images/bg_menu.png"><img src="../../../images/bg_menu.png" width="4" height="35" /></td>
<td background="../../../images/bg_menu.png"><div align="left"><span class="style1"> <a href="data_act.php" title="ข้อมูลกิจกรรม / รูปภาพกิจกรรม">ข้อมูลกิจกรรม / รูปภาพกิจกรรม</a></span></div></td>
</tr>
</table> </td>
<td width="83%" height="25" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1%" background="../../../images/bg_breadcrumb.png"><img src="../../../images/bg_breadcrumb.png" width="5" height="41" /></td>
<td width="99%" background="../../../images/bg_breadcrumb.png"><span class="style11"><img src="../../../icon/objects_001.gif" width="16" height="16" /><!-- InstanceBeginEditable name="Editad0" -->Editad1<!-- InstanceEndEditable --></span></td>
</tr>
</table>
<!-- InstanceBeginEditable name="Editad1" -->
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><span class="style17">
<?php include "menu.php"; ?>
</span></td>
</tr>
<tr>
<td width="1%" height="60"> </td>
<td width="99%" valign="top">
<?php
include("../../../include/connect.php");
$name_act = $_POST['name_act'];
$date_act = $_POST['date_act'];
$detail_act = $_POST['detail_act'];
$sql = "update nt_act set name_act = '".$name_act."',date_act = '".fnc_deleteDate($_POST['date_act'])."',detail_act = '".$detail_act."' where id_act = '".$_GET['id_act']."'";
//$strSQL = "update nt_act set name_act = '".$_POST['name_act']."' where id_act = '".$_GET['id_act']."'";
mysql_query("SET NAMES utf8");
$objQuery = mysql_query($sql);
echo $sql;
if($objQuery)
{
echo "<table width='346' height='35' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td background='../../images/end.png'> <span class='style17'> แก้ไขข้อมูลเรียบร้อย</span>
</td>
</tr>
</table>";
//echo "<meta http-equiv=refresh content=0;URL=data_act.php>";
}
else
{
echo "Error Save [".$strSQL."]";
}
mysql_close();
?></td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
</tr>
</table></td>
</tr>
<!--
<tr>
<td colspan="5" valign="top"> </td>
</tr>
-->
</table>
</body>
<!-- InstanceEnd --></html>
|
|
|
|
|
Date :
2014-09-22 18:57:39 |
By :
nook563 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dun
|
|
|
|
|
Date :
2014-09-23 11:06:07 |
By :
nook563 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไฟล์ data_act_edit.php
<form id="form1" name="form1" method="post" action="data_act_edit_save.php?id_act=<?php echo $objResult["id_act"];?>" onsubmit="return checkma()">
จะส่ง POST หรือ GET ครับ??
ถ้าจะส่ง id_act=<?php echo $objResult["id_act"];?> แบบ POST
ใช้ <input type="hidden" value="<?php echo $objResult["id_act"];?>" name="id_act"> ดีกว่าครับ
ที่หน้า data_atc_edit_save.php ก็รับแบบ POST ทั้งหมดครับ
ปล. การแนะนำครั้งนี้ ไม่รู้จะแก้ปัญหาได้ไหม แต่การส่งข้อมูล แบบ POST หรือ GET ลองศึกษาเพิ่มเติม
|
|
|
|
|
Date :
2014-09-23 19:40:24 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|