|
|
|
รบกวนช่วยดูเรื่องโค๊ดนี้หน่อยค่ะ ดูแล้วก็ยังหาว่าเราทำผิดตรงไหนไม่ได้ |
|
|
|
|
|
|
|
Code (PHP)
if($_POST["add"]==True)
{
for($i=1;$i<=(int)($_POST["hdnLine"]);$i++)
{
if($_FILES["fileUpload".$i]["name"] != "")
{
if(move_uploaded_file($_FILES["fileUpload".$i]["tmp_name"],"../products/".$_FILES["fileUpload".$i]["name"]))
{
$date=date("y-m-d"); //date
$ProID=$_POST["txtProid"];
$strSQL = "INSERT INTO products_pictures";
$strSQL .="(pro_id,procolor_name,propic_name,stock,date) VALUES ('$ProID','".$_POST["txtGalleryName".$i]."','".$_FILES["fileUpload".$i]["name"]."','".$_POST["txtStock".$i]."','$date')";
mysql_query($strSQL);
}
}
} //echo $_POST["txtProid"];
echo $strSQL;
//echo"<script language='JavaScript'>";
//echo"window.location='products.php?pro_id=".mysql_insert_id()."';";
//echo"</script>";
}
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="../ckeditor/ckeditor.js"></script>
<script language="javascript">
function fncCreateElement(){
var mySpan = document.getElementById('mySpan');
var myLine = document.getElementById('hdnLine');
myLine.value++;
// Create input text
var myElement1 = document.createElement('input');
myElement1.setAttribute('type',"text");
myElement1.setAttribute('name',"txtGalleryName"+myLine.value);
myElement1.setAttribute('id',"txt"+myLine.value);
mySpan.appendChild(myElement1);
// Create input stock
var myElement2 = document.createElement('input');
myElement2.setAttribute('type',"text");
myElement2.setAttribute('name',"txtStock"+myLine.value);
myElement2.setAttribute('id',"txt"+myLine.value);
mySpan.appendChild(myElement2);
// Create input file
var myElement3 = document.createElement('input');
myElement3.setAttribute('type',"file");
myElement3.setAttribute('name',"fileUpload"+myLine.value);
myElement3.setAttribute('id',"fil"+myLine.value);
mySpan.appendChild(myElement3);
// Create <br>
var myElement4 = document.createElement('<br>');
myElement4.setAttribute('id',"br"+myLine.value);
mySpan.appendChild(myElement4);
}
function fncDeleteElement(){
var mySpan = document.getElementById('mySpan');
var myLine = document.getElementById('hdnLine');
if(myLine.value > 1 )
{
// Remove input text
var deleteFile = document.getElementById("txt"+myLine.value);
mySpan.removeChild(deleteFile);
// Remove input text
var deleteFile = document.getElementById("txt"+myLine.value);
mySpan.removeChild(deleteFile);
// Remove input file
var deleteFile = document.getElementById("fil"+myLine.value);
mySpan.removeChild(deleteFile);
// Remove <br>
var deleteBr = document.getElementById("br"+myLine.value);
mySpan.removeChild(deleteBr);
myLine.value--;
}
}
</script>
<title>..:: Admin Control panel::..</title>
<style type="text/css">
<!--
.style2 {font-family: "Microsoft Sans Serif";
font-size: xx-small;
font-weight: bold;
}
.style6 {font-size: x-small; color: #3366FF; font-family: "Microsoft Sans Serif";}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style7 {color: #FF0000}
.style12 {font-family: "Microsoft Sans Serif"; font-size: x-small; }
.style14 {font-family: "Microsoft Sans Serif"; font-size: xx-small; }
-->
</style>
</head>
<body>
<?
//===========Read from database what is this product name
$result=select("products","where 1=1 and pro_id='".$_GET["pro_id"]."'");
if(!$result)
{
header("location:products.php");
}
?>
<table width="73%" height="58" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td height="56" bgcolor="#FFFFFF"><div align="center"></div>
<table width="100%" border="0" cellpadding="4" cellspacing="1">
<tr>
<td width="34%" align="left" bgcolor="#FFFFFF"><b><img src="../images/allrowto.gif" width="11" height="11" align="absbottom" /><span class="style2"> EDIT PRODUCT </span></b></td>
<td width="29%" bgcolor="#FFFFFF"><div align="center"></div></td>
<td width="37%" align="right" bgcolor="#FFFFFF" class="style6"><a href="products.php?progroup_id=<?=$result["progroup_id"];?>" class="style6">Go back </a></td>
</tr>
</table></td>
</tr>
</table>
<form name="frm<?=$i;?>" method="post" action="<?=$_SERVER['PHP_SELF'];?>?pro_id=<?=$_GET["pro_id"];?>&Action=Save" enctype="multipart/form-data" >
<table width="73%" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#999999">
<tr>
<td bgcolor="#FFFFFF">
<script language="Javascript1.2"><!-- // load htmlarea
_editor_url = ""; // URL to htmlarea files
var win_ie_ver = parseFloat(navigator.appVersion.split("MSIE")[1]);
if (navigator.userAgent.indexOf('Mac') >= 0) { win_ie_ver = 0; }
if (navigator.userAgent.indexOf('Windows CE') >= 0) { win_ie_ver = 0; }
if (navigator.userAgent.indexOf('Opera') >= 0) { win_ie_ver = 0; }
if (win_ie_ver >= 5.5) {
document.write('<scr' + 'ipt src="' +_editor_url+ 'editor.js"');
document.write(' language="Javascript1.2"></scr' + 'ipt>');
} else { document.write('<scr'+'ipt>function editor_generate() { return false; }</scr'+'ipt>'); }
// --></script>
<script language="JavaScript">
function checkvalue()
{
if(parseInt(document.all.txtPromotionprice.value) >= parseInt(document.all.txtPrice.value))
{
alert('The promotion price have to lower than normal price !!');
document.all.txtPromotionprice.focus();
return false;
}else
{ return true; }
}
</script>
<table width="99%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="26%" height="27"><span class="style12">Product Catagory </span></td>
<td width="74%"><strong>
<?=$result["progroup_id"];?></strong></td>
</tr>
<tr>
<td height="34"><span class="style12">Product Code <span class="style7">** </span></span></td>
<td><input name="txtProductcode" type="text" value="<?=$result["pro_code"];?>" size="15"readonly="true"> </td>
</tr>
<tr>
<td height="28"><span class="style12">Product Promotion <span class="style7">** </span></span></td>
<td><span class="style14">
<input name="rdoPromotion" type="radio" value="Yes" <? if($result["promotion"]=="Yes"){?>checked<?}?>>
Yes
<input name="rdoPromotion" type="radio" value="No" <? if($result["promotion"]=="No"){?>checked<?}?>>
No</span></td>
</tr>
<tr>
<td height="30"><span class="style12">New Product <span class="style7">** </span></span></td>
<td><span class="style14">
<input name="rdoNew" type="radio" value="Yes"<? if($result["new"]=="Yes"){?>checked<?}?>>
Yes
<input name="rdoNew" type="radio" value="No"<? if($result["new"]=="No"){?>checked<?}?>>
No</span></td>
</tr>
<tr>
<td height="30"><span class="style12">Product Name <span class="style7">** </span></span></td>
<td><input name="txtProductname" type="text" value="<?=$result["pro_name"];?>" size="35"></td>
</tr>
<tr>
<td height="30"><span class="style12">Price <span class="style7">** </span></span></td>
<td><input name="txtPrice" type="text" value="<?=$result["price"];?>" size="15">
<span class="style12">Dollars </span></td>
</tr>
<tr>
<td height="39"><span class="style12">Promotion Price <span class="style7">** </span> </span></td>
<td><input name="txtPromotionprice" type="text" value="<?=$result["pricepromotion"];?>" size="15">
<span class="style12">Dollars </span></td>
</tr>
<tr>
<td height="13" valign="top"><span class="style12">Product detail <span class="style7">** </span></span></td>
<td><textarea name="editor1" id="editor1" rows="10"><?=$result["pro_detail"];?></textarea>
<script type="text/javascript">
CKEDITOR.replace('editor1', {
skin : 'kama', //Theam of skin
height : 200, //How hieght
width : 500,//How width
toolbar: //Configh toolbar
[ ['Bold', 'Italic', 'Underline', '-', 'Subscript', 'Superscript', '-',
'NumberedList', 'BulletedList', '-', 'Link', 'Unlink'],
['Outdent', 'Indent', '-', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
'/',
['-', 'Table', 'HorizontalRule', 'SpecialChar'] ]
});
</script></td>
</tr>
<tr>
<td height="46" class="style12">Syetem alert when the product left to <span class="style7">**</span></td>
<td><input name="txtStock" type="text" value="<?=$result["check_stock"];?>" size="15">
<span class="style12">Pcs.</span></td>
</tr>
<tr>
<td height="60"> </td>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="654"><table width="444" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="146" align="center"><input name="add" type="hidden" id="add" value="True">
Stock</td>
<td width="145" align="center">Color </td>
<td width="153" align="center">Add file picture </td>
</tr>
</table>
<input type="hidden"name="txtProid" value="<?=$result["pro_id"];?>"/>
<input type="text" name="txtStock1"/>
<input type="text" name="txtGalleryName1" />
<input type="file" name="fileUpload1">
<input name="btnCreate" type="button" value="+" onClick="JavaScript:fncCreateElement();">
<input name="btnDelete" type="button" value="-" onClick="JavaScript:fncDeleteElement();">
<span id="mySpan"></span><input name="hdnLine" type="hidden" value="1"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="28"> </td>
<td> </td>
</tr>
<tr>
<td height="41"> </td>
<td><input type="submit" name="Submit" value="Submit">
<input type="submit" name="Submit2" value="Cancel" onClick="window.location='products.php?progroup_id=<?=$result["progroup_id"];?>';"></td>
</tr>
</table></td>
</tr>
</table>
</form>
</body>
</html>
ไม่ได้เอามาวางทั้งหมดนะค่ะ คือในฟอร์มนี้เรา มีทั้ง Insert and update ในตารางต่างกัน update ไม่มีปัญหา แต่ insert มีปัญหา เรามี สอง text box กับ หนึ่ง file upload แต่จะเพิ่มขึ้นตามที่เรากำหนด ถ้าเราใส่แค่อันเดียวก็ไม่มีปัญหาอะไร แต่พอเราใส่สองครั้ง สามครั้ง หรือ มากกว่านั้น ข้อมูลที่ใส่ลงในฐานข้อมูลมันผิดฟิลด์ เราไม่เข้าใจว่าตรงไหนผิดอะ มันสลับกัน ตรง procolor_name สลับกับ stock เรางง
ใครที่เข้าใจช่วยรบกวนเข้ามาแสดงความคิดเห็นหน่อยได้ไมค่ะ เราติดตรงนี้มาหลายวันแล้วอะ
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2012-01-04 12:42:00 |
By :
มือใหม่หัดขับ |
View :
837 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Error อะไรอ่ะครับ ขอข้อความ error หน่อย
|
|
|
|
|
Date :
2012-01-04 15:40:19 |
By :
nattapol.siri |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่มี error ค่ะ
แต่ถ้าเพิ่มข้อมูลมากกว่าหนึ่ง record ฟิลด์ของ procolor_name กับ stock จะถูกใส่สลับกัน แล้วรูปที่เก็บลงไปที่ path ก็เปิดขึ้นดูไม่ได้ค่ะ คือแค่เปิดดูธรรมดาจากเครื่องคอมพิวเตอร์เหมือนเวลาเราดูรูปภาพในเครื่องคอมพิวเตอร์เราอะค่ะ เลย งงๆ
ส่วนตรงถ้าใส่ข้อมูลมากกว่าหนึ่่ง record แล้วข้อมูลถูกใส่สลับฟิลด์กันเกี่ยวอะไรกับตรง Javascript หรือป่าวค่ะ พยายามดูก็ยังหาไม่เจออยู่ดีอะค่ะ
|
|
|
|
|
Date :
2012-01-04 16:36:09 |
By :
มือใหม่หัดขับ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ได้แล้วจ้า ผิดเองตรง Java script
|
|
|
|
|
Date :
2012-01-05 13:45:40 |
By :
มือใหม่หัดขับ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|