|
|
|
เเก้ไขข้อมูลเเล้วมันเป็น id อื่น ไม่เเก้ในไอดีที่เลือก ทำไงดีคะ php |
|
|
|
|
|
|
|
โค๊ดเเก้ไขส่งค่าไปอัปเดตค่ะ
Code (PHP)
<?
include("Dbconnect.php");
/*$sql="select * from redeem inner join customer on redeem.c_id=customer.c_id";
$result = mysql_query( $sql );
$fetcharry=mysql_fetch_array($result);
$c_id=$fetcharry['c_id'];
echo mysql_error();*/
$sql1="select * from redeem inner join product on redeem.pro_id=product.pro_id";
$result1 = mysql_query( $sql1 );
$fetcharr=mysql_fetch_array($result1);
echo mysql_error();
//$sql="select * from product inner join status_pro on product.status_id=status_pro.status_id where pro_id='$pro_id'";
//if($_POST['Edit'])
$pro_id=$fetcharr['pro_id'];
$c_id=$fetcharr['c_id'];
$date_redeem=$fetcharr['date_redeem'];
$date_interest=$fetcharr['date_interest'];
$interest=$fetcharr['interest'];
$status_id=$fetcharr['status_id'];
echo mysql_error();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- title and meta -->
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/base.css" />
<link rel="stylesheet" href="css/style.css" />
<title>แก้ไขข้อมูลไถ่ถอน</title>
</head>
<body>
<div align="center">
<form id="form1" name="form1" method="post" action="update_redeem.php?redeem_id=<?=$fetcharr['redeem_id']?>&pro_id=<?=$pro_id?>&status_id=<?=$status_id?>"
align="center" enctype="multipart/form-data">
<p align="center">
<input type="hidden" name="pro_id" value="<?=$pro_id?>"align="center">
<input type="hidden" name="c_id" value="<?=$c_id?>"align="center">
<table width="960" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center"><img src="img/banner.png" width="960" height="250"></td>
</tr>
<tr>
<td><? include"menu_top.php";?></td>
</tr>
<tr>
<td align="center" valign="top"><p class="text_blue">
<h2 align="center"><br>
> แก้ไขข้อมูลสินค้า <</h2>
<p align="center"> </br>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="4">
<table width="569" height="491" border="0" align="center">
<tr>
<td width="201" height="49" align="right" bgcolor="#FFCC99"><div align="right">
<h4>รหัสการไถ่ถอน : </h4>
</div></td>
<td width="309" bgcolor="#FFFFCC"><?php echo "$redeem_id"; ?></td>
</tr>
<tr>
<td align="center" bgcolor="#FFCC99"><div align="right">
<h4>วันไถ่ถอนคืน : </h4>
</div></td>
<td bgcolor="#FFFFCC"><input type="text" name="date_redeem" id="date_redeem" value="<?=$date_redeem?>"></td>
</tr>
<tr>
<td align="center" bgcolor="#FFCC99"><div align="right">
<h4>วันที่ตัดดอกเบี้ย : </h4>
</div></td>
<td bgcolor="#FFFFCC"><label for="c_name"></label>
<input type="text" name="date_interest" id="date_interest" value="<?=$date_interest?>"></td>
</tr>
<tr>
<td align="right" bgcolor="#FFCC99"><h4>ดอกเบี้ย : </h4></td>
<td bgcolor="#FFFFCC"><input type="text" name="interest" id="interest" value="<?=$interest?>"></td>
</tr>
<tr>
<td align="right" bgcolor="#FFCC99"><h4>รหัสลูกค้า : </h4></td>
<td bgcolor="#FFFFCC"><?php echo $fetcharr['c_id']; ?></td>
</tr>
<tr>
<td align="right" bgcolor="#FFCC99">รหัสสินค้าจำนำ : </td>
<td bgcolor="#FFFFCC"><?php echo $fetcharr['pro_id']; ?></td>
</tr>
<tr>
<td align="right" bgcolor="#FFCC99"><h4>สถานะ : </h4></td>
<td bgcolor="#FFFFCC"><h3>
<input type="radio" name="status_id" id="1" value="1" />
สินค้าจำนำ</h3>
<h3>
<input type="radio" name="status_id" id="2" value="2" />
ไถ่ถอน</h3></td>
</tr>
<tr>
<td height="40" colspan="2" align="center" bgcolor="#FFCC66"><div align="right">
<h4 align="center">
<input type="submit" name="Edit" id="Edit" value="แก้ไขข้อมูล">
</h4>
</div> </td>
</tr>
</table>
<p> </p>
</body>
</html>
<?
//echo"xxx$filUpload<br>";
//echo"xxx$hdnOldFile";
?>
โค๊ดอัปเดต
Code (PHP)
<?php
extract($_POST);
extract($_GET);
extract($_REQUEST);
ob_start();
include"Dbconnect.php";
?>
<?php
$strSQL="update redeem set
redeem_id='$redeem_id',date_redeem='$date_redeem',date_interest='$date_interest',interest='$interest',status_id='$status_id' where redeem_id='$redeem_id'";
$objQuery = mysql_query($strSQL)or die(mysql_error());
mysql_close();
//header("location:show_redeem.php");
//echo"1=$strSQL<br>$news_img";
//echo "$hdnOldFile";
/*$sql_edit="update product set
tp_id='$tp_id',pro_bran='$pro_bran',pro_model='$pro_model',pro_scar='$pro_scar',pro_acc='$pro_acc',pro_price='$pro_price',date='$date',paw_id='$paw_id',pro_name='$pro_name' where pro_id='$pro_id',tp_id='$tp_id'";
mysql_query($sql_edit) or die(mysql_error());*/
echo "edit Complete <br><a href=show_redeem.php>Show redeem</a>";
echo"$strSQL";
?>
|
ประวัติการแก้ไข 2016-06-23 15:33:26
|
|
|
|
Date :
2016-06-23 15:32:34 |
By :
ployploy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php echo "$redeem_id"; ?>
ค่านี้ที่ได้ 4 ตอนส่งไป อัพเดท ส่งไปจากตรงไหน
|
|
|
|
|
Date :
2016-06-23 16:32:55 |
By :
progamer2000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อุ๊บดู code แล้วเล่น แปะ action ไปแบบนั้นเลยหรอ กำเวง
method = post
action เป็น get ซะงั้น
คือถ้าจะส่งแบบนั้น method get ไปเลยครับ
action ใส่แค่ update_redeem.php
เวลา กด form submit เด๋วมันดึงค่าจาก input ไปอยู่แล้ว
Code (PHP)
update_redeem.php?redeem_id=<?=$fetcharr['redeem_id']?>
ถ้าจะทำตามที่เขียนก็ เช็คตรง $fetcharr['redeem_id'] ครับ
|
|
|
|
|
Date :
2016-06-23 16:36:08 |
By :
progamer2000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|