|
|
|
ช่วยดู Code ให้หน่อยนะค่ะพอดีแก้ไขข้อมูลไม่ได้...ค่ะ ไม่มี error ใด ๆ เลยค่ะ |
|
|
|
|
|
|
|
มีCode เพิ่มและแก้ไขนะค่ะ. ..
Code เพิ่มนะค่ะ. ..
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?
include ("connet.php");
$pro_code = $_POST['pro_code'];//อย่าลืมทำให้ครบล่ะ ที่ส่งค่า POST มาทั้งหมด
$pro_sn = $_POST['pro_sn'];
$pro_name = $_POST['pro_name'];
$pro_price = $_POST['pro_price'];
$pro_detail = $_POST['pro_detail'];
$pro_review = $_POST['pro_review'];
$pro_pic = $_POST['pro_pic'];
$regcom = $_POST['regcom'];
$pro_new = $_POST['pro_new'];
$type_name = $_POST['type_name'];
$subtypepro_name = $_POST['subtypepro_name'];
$brand_name = $_POST['brand_name'];
$model = $_POST['model'];
$pricesend = $_POST['pricesend'];
$pro_warranty = $_POST['pro_warranty'];
if($HTTP_POST_FILES["pro_pic"]["name"] != ""){ //ถ้าใส่รูปมาด้วย
if(copy($HTTP_POST_FILES["pro_pic"]["tmp_name"],"propic/".$HTTP_POST_FILES["pro_pic"]["name"])){
$sql = "insert into product (pro_code,pro_sn,pro_name,pro_price,pro_detail,pro_review,pro_pic,regcom,pro_new,type_name,brand_name,model,pricesend,pro_warranty) values ('$pro_code','$pro_sn','pro_name','$pro_price','$pro_detail','$pro_review','".$HTTP_POST_FILES["pro_pic"]["name"]."','$regcom','$pro_new','$type_name','$brand_name','$model','$pricesend','$pro_warranty')";
$dbquery = mysql_query($sql);
}
}else{ //ถ้าไม่ใส่รูปมาด้วย
$sql = "insert into product (pro_code,pro_sn,pro_name,pro_price,pro_detail,pro_review,regcom,pro_new,type_name,brand_name,model,pricesend,pro_warranty) values ('$pro_code','$pro_sn','$pro_name','$pro_price','$pro_detail','$pro_review','$regcom','$pro_new','$type_name','$brand_name','$model','$pricesend','$pro_warranty')";
$dbquery = mysql_query($sql);
}
if($dbquery){
echo "<script language=\"JavaScript\">";
echo "alert('เพิ่มข้อมูลเรียบร้อย');";
echo "</script>";
echo "<meta http-equiv=refresh content=0;URL=product.php>";
}
?>
Code (PHP)
<?
include ("connet.php");
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?
/* ตรงเชื่อมต่อฐานข้อมูลสร้างไว้อันเดียวก็ได้ครับ*/
$connect=@mysql_connect("localhost","root","root")or die("err SV");
@mysql_select_db("meafahlung",$connect);
mysql_query("SET NAMES TIS620");//ใส่ไว้ช่วยแก้ไขปัญหาแสดงภาษาไทย
$id = "PD";
$i = 1;
$j = strlen($id);
$sql = "SELECT pro_code from product where left (pro_code, $j) = '$id' order by pro_code DESC LIMIT 1 ";
$rs = mysql_query($sql) or die (mysql_error());
if($cols = mysql_fetch_array($rs)){
$i = substr($cols['pro_code'], $j);
$i = intval($i)+1;
}
$strProductcode = $id.sprintf("%04d",$i);
?>
<form id="form1" name="form1" method="post" action="addproduct.php" enctype="multipart/form-data">
<table width="458" border="0" align="center" cellpadding="2">
<tr>
<th colspan="4" scope="col"><strong>::<img src="20121116050143551_easyicon_cn_32.png" alt="" width="20" height="20" />เพิ่มข้อมูลสินค้า::
</stron></th>
</tr>
<tr>
<td width="186" align="right">รหัสสินค้า ::</td>
<td width="254" colspan="3"><?=$strProductcode;?><input type="hidden" name="pro_code" id="pro_code" value="<?=$strProductcode;?>" /></td>
</tr>
<tr>
<td align="right">Serial Number ::</td><? //เปลี่ยนเ็น Serial Number ก็ดี อ. จะได้เข้าใจ ?>
<td colspan="3"><label for="pro_sn"></label>
<input type="text" name="pro_sn" id="pro_sn" /></td>
</tr>
<tr>
<td align="right">ชื่อสินค้า ::</td>
<td colspan="3"><label for="pro_name"></label>
<input type="text" name="pro_name" id="pro_name" /></td>
</tr>
<tr>
<td align="right">ราคาสินค้า ::</td>
<td colspan="3"><label for="pro_price"></label>
<input type="text" name="pro_price" id="pro_price" /></td>
</tr>
<tr>
<td align="right">รายละะเอียดสินค้า ::</td>
<td colspan="3"><label for="pro_detail"></label>
<textarea name="pro_detail" rows="3" id="pro_detail"></textarea></td>
</tr>
<tr>
<td align="right">รีวิวสินค้า ::</td>
<td colspan="3"><label for="pro_review"></label>
<input type="text" name="pro_review" id="pro_review" /></td>
</tr>
<tr>
<td height="22" align="right">รูปสินค้า ::</td>
<td colspan="3"><label for="pro_pic"></label>
<input type="file" name="pro_pic"></td>
</tr>
<tr>
<td align="right">สถานะสินค้า ::</td>
<td colspan="3"><input type="checkbox" name="regcom" id="regcom" value="สินค้าแนะนำ" />
<label for="regcom">สินค้าแนะนำ
<input type="checkbox" name="pro_new" id="pro_new" value="สินค้าใหม่" />
สินค้าใหม่ </label></td>
</tr>
<tr>
<td align="right">ประเภทสินค้า ::</td>
<td colspan="3"><label for="type_name"></label>
<label for="select2"></label>
<select name="type_name">
<option value="0">เลือกประเภทสินค้า</option>
<?
include "connet.php";
$sql="select * from product_type";
$result = $result=mysql_query($sql);
while ($rs=mysql_fetch_array($result)){
$typepro_id=$rs [typepro_id];
$type_name=$rs[type_name];
echo "<option value='$typepro_id'>$type_name</option>";
}
?>
</select>
<label for="select4"></label></td>
</tr>
<tr>
<td align="right">ยี่ห้อสินค้า ::</td>
<td colspan="3"><label for="brand_name"></label>
<label for="select2"></label>
<select name="brand_name">
<option value="0">เลือกยี่ห้อสินค้า</option>
<?
include "connet.php";
$sql="select * from brand";
$result = $result=mysql_query($sql);
while ($rs=mysql_fetch_array($result)){
$brand_id=$rs [brand_id];
$brand_name=$rs[brand_name];
echo "<option value='$brand_id'>$brand_name</option>";
}
?>
</select></td>
</tr>
<tr>
<td align="right">รุ่น ::</td>
<td colspan="3"><label for="model"></label>
<input type="text" name="model" id="model" /></td>
</tr>
<tr>
<td align="right">ค่าจัดส่งสินค้าต่อชิ้น ::</td>
<td colspan="3"><label for="pricesend"></label>
<input type="text" name="pricesend" id="pricesend" /></td>
</tr>
<tr>
<td align="right">การรับประกันสินค้า ::</td>
<td colspan="3"><label for="pro_warranty"></label>
<input type="text" name="pro_warranty" id="pro_warranty" />
ปี</td>
</tr>
<tr align="center">
<td colspan="4"><input type="submit" name="button" id="button" value="บันทึก" />
<input type="submit" name="button2" id="button2" value="ยกเลิก" /></td>
</tr>
<tr>
<td align="right"> </td>
<td colspan="3"> </td>
</tr>
</table>
</form>
Code แก้ไขนะค่ะ. .ไม่รู้มันติดตรงไหนอ่ะค่ะ
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>แก้ไขข้อมูลสินค้า</title>
<?
$id_edit=$_GET[id_edit];
include "connet.php";
$sql="select * from product where pro_code ='$id_edit'";
$result=mysql_query($sql) or die(mysql_error());
$rs=mysql_fetch_array($result);
$pro_code = $rs[pro_code];//อย่าลืมทำให้ครบล่ะ ที่ส่งค่า POST มาทั้งหมด
$pro_sn = $rs[pro_sn];
$pro_name = $rs[pro_name];
$pro_price = $rs[pro_price];
$pro_detail = $rs[pro_detail];
$pro_review = $rs[pro_review];
$pro_pic = $rs[pro_pic];
$regcom = $rs[regcom];
$pro_new = $rs[pro_news];
$type_name = $rs[type_name];
$subtypepro_name = $rs[subtypepro_name];
$brand_name = $rs[brand_name];
$model = $rs[model];
$pricesend = $rs[pricesend];
$pro_warranty = $rs[pro_warranty];
?>
<html>
<body>
<? include "connet.php"; ?>
<form method="post" action="admin_product_edit2.php" enctype="multipart/form-data">
<P><B>แก้ไขข้อมูลสินค้า</P></B>
<table width="528" height="340" border="0" align="center" cellpadding="1">
<tr>
<td align="right">รหัสสินค้า::</td>
<td width="386"><input type="hidden" name="pro_code" id="pro_code" value="<?=$pro_code?>" /></td>
</tr>
<tr>
<td width="201" align="right">Serial Number::</td>
<td><INPUT TYPE="text" NAME="pro_sn" SIZE="40" VALUE="<?=$pro_sn?>"></td>
</tr>
<tr>
<td width="201" align="right">ชื่อสินค้า::</td>
<td><INPUT TYPE="text" NAME="pro_sn" SIZE="40" VALUE="<?=$pro_name?>"></td>
</tr>
<tr>
<td width="201" align="right">ราคาสินค้า::</td>
<td><INPUT TYPE="text" NAME="pro_sn" SIZE="40" VALUE="<?=$pro_price?>"></td>
</tr>
<tr>
<td width="201" align="right">รายละเอียดสินค้า::</td>
<td><INPUT TYPE="text" NAME="pro_sn" SIZE="40" VALUE="<?=$pro_detail?>"></td>
</tr>
<tr>
<td width="201" align="right">รูปภาพสินค้า::</td>
<td>
<?
if($pro_pic<>""){
echo "<INPUT TYPE='checkbox' NAME='chkdel' VALUE='1'>ลบรูปภาพ <br>";
echo "<a href='name/$pro_pic' target='_blank'>แสดงรูปภาพ</a>";
} else{
echo "<input type='file' name='propic'>";
echo "<input type='hidden' name='MAX_FILE__SIZE' value='10000'>";
}
?>
</td>
</tr>
<tr align="right">
<td></td>
</tr>
<tr>
<td width="201" align="right">สินค้าแนะนำ::</td>
<td><INPUT TYPE="text" NAME="regcom" SIZE="40" VALUE="<?=$regcom?>"></td>
</tr>
<tr>
<td width="201" align="right">สินค้าใหม่::</td>
<td><INPUT TYPE="text" NAME="pro_new" SIZE="40" VALUE="<?=$pro_new?>"></td>
</tr>
<tr>
<td align="right" >ประเภทสินค้า::</td>
<td>
<select name="type_name">
<option value="0">เลือกประเภทสินค้า</option>
<?
$sql="select * from product_type";
$result = $result=mysql_query($sql);
while ($rs=mysql_fetch_array($result)){
$typepro_id=$rs [typepro_id];
$type_name=$rs[type_name];
if ($ref_id_type==$typepro_id){
echo "<option value='$typepro_id' selected>$type_name</option>";
} else{
echo "<option value='$typepro_id' selected>$type_name</option>";
}
}
?>
</select>
</td>
</tr>
<tr>
<td align="right" >ยี่ห้อสินค้า::</td>
<td colspan="3"><label for="brand_name"></label>
<label for="select2"></label>
<select name="brand_name">
<option value="0">เลือกยี่ห้อสินค้า</option>
<?
$sql="select * from brand";
$result = $result=mysql_query($sql);
while ($rs=mysql_fetch_array($result)){
$brand_id=$rs [brand_id];
$brand_name=$rs[brand_name];
if ($ref_id_type==$typepro_id){
echo "<option value='$brand_id' selected>$brand_name</option>";
} else{
echo "<option value='$brand_id' selected>$brand_name</option>";
}
}
?>
</select></td>
</tr>
<tr>
<td width="201" align="right">รุ่นสินค้า::</td>
<td><INPUT TYPE="text" NAME="model" SIZE="40" VALUE="<?=$model?>"></td>
</tr>
<tr>
<tr>
<td width="201" align="right">ค่าจัดส่งสินค้าต่อชิ้น::</td>
<td><INPUT TYPE="text" NAME="pricesend" SIZE="40" VALUE="<?=$pricesend?>"></td>
</tr>
<tr>
<tr>
<td width="201" align="right">การรับประกันสินค้า::</td>
<td><INPUT TYPE="text" NAME="pro_warranty" SIZE="40" VALUE="<?=$pro_warranty?>"></td>
</tr>
</table>
</form>
</body>
</html>
Code (PHP)
Code (PHP)
[php]<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<?
$id_edit=$_POST[id_edit];
$pro_code = $rs[pro_code];//อย่าลืมทำให้ครบล่ะ ที่ส่งค่า POST มาทั้งหมด
$pro_sn = $rs[pro_sn];
$pro_name = $rs[pro_name];
$pro_price = $rs[pro_price];
$pro_detail = $rs[pro_detail];
$pro_review = $rs[pro_review];
$pro_pic = $rs[pro_pic];
$regcom = $rs[regcom];
$pro_new = $rs[pro_news];
$type_name = $rs[type_name];
$subtypepro_name = $rs[subtypepro_name];
$brand_name = $rs[brand_name];
$model = $rs[model];
$pricesend = $rs[pricesend];
$pro_warranty = $rs[pro_warranty];
$fileupload=$_FILES['fileupload']['tmp_name'];
$fileupload_name=$_FILES['fileupload']['name'];
$fileupload_size=$_FILES['fileupload']['size'];
$fileupload_type=$_FILES['fileupload']['type'];
include "connect.php";
if (chkdel=="1") {
$sql3="update product set pro_pic='' where pro_pic ='$id_edit' ";
$result3=mysql_db_query($dbname,$sql3);
unlink ("photo/$photo_del");
}
if ($fileupload) {
$array_last=explode(".",$fileupload_name);
$c=count ($array_last)-1;
$lastname=strtolower($array_last[$c]);
if ($lastname=="gif" or $lastname=="jpg" or $lastname=="jpeg") {
$photoname=$id_edit.".".$lastname;
copy($fileupload,"photo/".$photoname);
$sql3="update product set pro_pic='$photoname' where id__prd ='$id_edit' ";
$result3=mysql_db_query($dbname,$sql3);
}
unlink ($fileupload);
}
$sql="update product set
pro_code='$pro_code',pro_sn='$pro_sn',pro_name='$pro_name',pro_price='$pro_price',pro_detail='$pro_detail',pro_review='$pro_review',regcom='$regcom',pro_new='$pro_new','type_name='$type_name',brand_name='$brand_name',model='$model',pricesend='$pricesend',pro_warranty ='$pro_warranty '
where pro_code='$id_edit' ";
$result=mysql_db_query($dbname,$sql);
if ($result) {
echo "<h3> แก้ไข สินค้าเรียบร้อยแล้ว </h3>";
echo " [ <a href=product.php> กลับหน้าหลัก </a> ] ";
}else{
echo "<h3> ERROR : ไม่สามารถแก้ไขสินค้าได้ </h3>";
}
mysql_close();
?>
[/php]
Tag : PHP, MySQL, HTML/CSS, JavaScript, jQuery, CakePHP
|
|
|
|
|
|
Date :
2012-12-21 23:25:15 |
By :
กาย |
View :
937 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. เชื่อมต่อเบสแล้วหรือยัง คำสั่งถูกต้องหรือป่าว
2. ดูเรื่องพวกชื่อตัวแปร ว่าหน้าส่งกับหน้ารับ มันตรงกันไหม
3. ชื่อฟิลด์ในเบสกับพวกคำสั่ง เพิ่ม ลบ แก้ไข มันตรงกันไหม
4. เรื่อง post get ถูกต้องหรือป่าว ส่งยังไง รับยังไง
ลองค่อยๆ ไร่ดูนะ
|
|
|
|
|
Date :
2012-12-22 01:50:04 |
By :
บังเอิญผ่านมาเห็น |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ mysql_error ให้เป็นประโยชน์ครับ
Code (PHP)
$result=mysql_db_query($dbname,$sql)or die(mysql_error());
|
|
|
|
|
Date :
2012-12-22 05:30:08 |
By :
000su000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่มีError ขึ้นเลยหรอ
|
|
|
|
|
Date :
2012-12-22 08:12:20 |
By :
kenghockey |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$dbquery = mysql_query($sql) or die (mysql_error());
เช็ค code เพิ่มข้อมูลด้วยนะครับผม
|
|
|
|
|
Date :
2012-12-22 08:36:58 |
By :
popnakub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|