|
|
|
รบกวนหน่อยคับพี่ๆ ๆ ผมอยากทราบว่าทำยังไงให้ข้อมูล listbox บันทึกในฐานข้อมูลคับ. ..อยากได้โค้ดค่ะรบกวนหน่อยคับดูโค้ดให้หน่อยคับว่าต้องแก้ไขยังไงคับ. ..ขอความกรุณา...ขอบคุณล่วงหน้าคับผม |
|
|
|
|
|
|
|
Code (PHP)
<?
include ("connet.php");
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?
$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">
<table width="458" border="0" align="center" cellpadding="2">
<tr>
<th colspan="4" scope="col">เพิ่มสินค้า</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">รหัสสินค้า (แต่ละชิ้น) ::</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="text" name="pro_pic" id="pro_pic" /></td>
</tr>
<tr>
<td align="right">สถานะสินค้า ::</td>
<td colspan="3"><input type="checkbox" name="regcom" id="regcom" value="1" />
<label for="regcom">สินค้าแนะนำ
<input type="checkbox" name="new" id="new" value="1" />
สินค้าใหม่</label></td>
</tr>
<tr>
<td align="right">ประเภทสินค้า ::</td>
<td colspan="3"><label for="select"></label>
<select name="ty">
<?
$t=$_GET[ty];
$connect=@mysql_connect("localhost","root","root")or die("err SV");
@mysql_select_db("meafahlung",$connect);
$sql= "select type_name from product_type group by type_name;";// ค่าซ้ำกันจะขึ้นมาอย่างเดียวเท่านั้น group by type
$result=@mysql_query($sql,$connect);//จะเก็บประเภททั้งหมดเพราะมันเก็บไว้ $resul
while($cs=mysql_fetch_array($result)){
$s=$t==$cs[0]?"selected":"";
echo"<option $s> $cs[0]</option>";
}
mysql_free_result($result);
?>
</select></td>
</tr>
<tr>
<td align="right">ประเภทสินค้าย่อย ::</td>
<td colspan="3"><label for="select2"></label>
<select name="ty">
<?
$t=$_GET[ty];
$connect=@mysql_connect("localhost","root","root")or die("err SV");
@mysql_select_db("meafahlung",$connect);
$sql="select subtype_name from product_subtype group by subtype_name;";// ค่าซ้ำกันจะขึ้นมาอย่างเดียวเท่านั้น group by type
$result=@mysql_query($sql,$connect);//จะเก็บประเภททั้งหมดเพราะมันเก็บไว้ $resul
while($cs=mysql_fetch_array($result)){
$s=$t==$cs[0]?"selected":"";
echo"<option $s> $cs[0]</option>";
}
mysql_free_result($result);
?>
</select></td>
</tr>
<tr>
<td align="right">ยี่ห้อสินค้า ::</td>
<td colspan="3"><label for="select3"></label>
<select name="ty">
<?
$t=$_GET[ty];
$connect=@mysql_connect("localhost","root","root")or die("err SV");
@mysql_select_db("meafahlung",$connect);
$sql="select brand_name from brand group by brand_name;";// ค่าซ้ำกันจะขึ้นมาอย่างเดียวเท่านั้น group by type
$result=@mysql_query($sql,$connect);//จะเก็บประเภททั้งหมดเพราะมันเก็บไว้ $resul
while($cs=mysql_fetch_array($result)){
$s=$t==$cs[0]?"selected":"";
echo"<option $s> $cs[0]</option>";
}
mysql_free_result($result);
?>
</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>
</table>
</form>
Tag : PHP, MySQL, HTML/CSS, JavaScript, jQuery, CakePHP
|
|
|
|
|
|
Date :
2012-11-22 23:03:40 |
By :
พล |
View :
824 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|