|
|
|
ช่วยด้วยคับคิดไม่ออกคับ.....code แบบนี้อ่ะคับ.... มันจะเก็บ หมายเลขเครื่อง ยี่ห้อสินค้า รุ่นสินค้ |
|
|
|
|
|
|
|
code แบบนี้อ่ะคับ....
มันจะเก็บ หมายเลขเครื่อง ยี่ห้อสินค้า รุ่นสินค้า ชื่อสินค้า(เอายี่ห้อกับรุ่นมารวมกัน) สี รายละเอียด คุณสมบัติ วันที่ผลิต ราคา สถานะการขาย ปัญหาผมคือว่าผมจะเก็บชื่อสินค้าเป็น Nokia n70 ก็คือเอาชื่อกับรุ่นมารวมกันเป็นชื่อสินค้าแต่ผมเก็บเป็นรหัสยี่ห้อกับรหัส รุ่นด้วยคับ ผมจะเอารหัสยี่ห้อกับรุ่นมาเก็บเป็นชื่อสินค้าอ่ะคับแต่ให้มันเก็บชื่อ ยี่ห้อกับรุ่นนะคับไม่ได้เก็บเป็นรหัสยี่ห้อกับรุ่น
มันจะแก้หรือเพื่ออ่ะไรตรงไหนคับ
ตารางที่ใช้ product(รายละเอียดการเก็บบอกแล้ว), ageproduct(เก็บรหัสรุ่น, ชื่อรุ่น), brand(เก็บรหัสยี่ห้อ, ชื่อยี่ห้อ)
$sql = "SELECT Braid,Ageproid FROM product WHERE Braid = '$Braid' and Ageproid = '$Ageproid' ";
$result = mysql_query($sql);
$vBraid = mysql_result($result, 0,'Braid');
$vAgeproid = mysql_result($result, 0,'Ageproid');
$vBA = $vBraid.$vAgeproid;
$insertSQL = sprintf("INSERT INTO product (imei, Producename, color, Producedetail, Produceproperty, Producedate, Producemonth, Produceyear, Produceprice, Braid, Ageproid, posi) VALUES (%s, $vBA, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
GetSQLValueString($_POST['imei'], "text"),
GetSQLValueString($_POST['color'], "text"),
GetSQLValueString($_POST['Producedetail'], "text"),
GetSQLValueString($_POST['Produceproperty'], "text"),
GetSQLValueString($_POST['Producedate'], "int"),
GetSQLValueString($_POST['Producemonth'], "text"),
GetSQLValueString($_POST['Produceyear'], "int"),
GetSQLValueString($_POST['Produceprice'], "int"),
GetSQLValueString($_POST['Braid'], "int"),
GetSQLValueString($_POST['Ageproid'], "int"),
GetSQLValueString($_POST['position'], "text"));
Tag : - - - -
|
|
|
|
|
|
Date :
2009-02-06 13:01:18 |
By :
artscaat |
View :
1030 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มี table ageproduct และ brand อยู่แล้ว
กำลังจะใส่ค่าให้ table product ทีละ record โดยใส่ค่า รหัสรุ่น และ รหัสยี่ห้อ
แล้วให้มันคำนวนหาค่า ชื่อสินค้า มาให้เอง
ไม่รู้ว่าเข้าใจถูกหรือไม่ครับ?
|
|
|
|
|
Date :
2009-02-07 11:42:00 |
By :
jam00001 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|