|
|
|
บันทึกข้อมูลในหน้าฟอร์มแล้ว แต่มันไม่บันทึกในฐานข้อมูลขึ้นแต่ฟิลด์ว่างแก้ยังไงดีค่ะ ^^ |
|
|
|
|
|
|
|
เอาโค้ดมาแปะเรยครับ พี่ๆทุกคนเขาใจดี...เพราะถามแบบนี้ ก็คงต้องตอบแบบเดาๆ...
|
|
|
|
|
Date :
2010-09-06 20:58:20 |
By :
t-monroe |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-image: url();
background-repeat: repeat-x;
background-color: #FFFF99;
margin-top: 0px;
}
body,td,th {
font-family: Cordia New, CordiaUPC;
font-size: 18px;
color: #FF00CC;
font-weight: bold;
font-style: italic;
}
-->
</style></head>
<body>
<form id="form1" name="form1" method="post" action="page5.php">
<table width="958" border="1" align="center">
<tr>
<td colspan="3"><img src="Image/head.jpg" alt="ถนนคนเดินจังหวัดเชียงใหม่" width="990" height="84" /></td>
</tr>
<tr>
<td width="224" rowspan="6"> </td>
<td colspan="2"><h1 align="center">ข้อมูลสินค้า</h1></td>
</tr>
<tr>
<td width="168">รหัสประเภทสินค้า</td>
<td width="586"><select name="Category" id="select">
<option value="กรุณาเลือก">กรุณาเลือก</option>
<option value="หัตถกรรม">หัตถกรรม</option>
<option value="เครื่องเงิน">เครื่องเงิน</option>
<option value="เสื้อผ้า">เสื้อผ้า</option>
<option value="อาหาร-เครื่องดื่ม">อาหาร-เครื่องดื่ม</option>
<option value="ของตกแต่ง">ของตกแต่ง</option>
<option value="อื่นๆ">อื่นๆ</option>
</select> </td>
</tr>
<tr>
<td>ชื่อสินค้า</td>
<td><input type="text" name="Pro_name" id="textfield" /></td>
</tr>
<tr>
<td>ราคาสินค้า</td>
<td><input name="Pro_Price" type="text" id="textfield2" /></td>
</tr>
<tr>
<td>รูปภาพ</td>
<td><input type="text" name="Pro_Pic" id="textfield3" />
<input type="submit" name="button3" id="button3" value="Browse" /></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="button" id="button" value="บันทึก" />
<input type="submit" name="button2" id="button2" value="ยกเลิก" /></td>
</tr>
</table>
<?
$hostname = "localhost";
$user = "root";
$password = "1234";
$dbname = "myproject";
$tbname = "product";
mysql_connect($hostname,$user,$password)or die("`can't connect database");
mysql_query("SET NAMES UTF8");
mysql_select_db($dbname)or die("can't choose database");
$sql = "insert into $tbname (Category,Pro_name,Pro_Price) values ('$Category','$Pro_name','$Pro_Price')";
$dbquery = mysql_db_query($dbname,$sql);
mysql_close();
?>
</form>
</body>
</html>
-------------------------------------------------------------------------
ดูให้หน่อยนะคะ พี่ๆ ^^
|
|
|
|
|
Date :
2010-09-06 21:11:03 |
By :
ยัยบ๊อง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
values ('$Category','$Pro_name','$Pro_Price')";
ตัวแปร 3 ตัวนี้มาจากไหนหรอครับ...ที่ดูมันไม่มีค่าอะไรเลยนะครับ
$Pro_name = $_POST['Pro_name']; // รับค่ามาจาก <input type="text" name="Pro_name" />
ตัวอื่นก็เหมือนกันครับ...
|
|
|
|
|
Date :
2010-09-06 21:34:38 |
By :
t-monroe |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
___________ งึกๆ งักๆ __________
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-image: url();
background-repeat: repeat-x;
background-color: #FFFF99;
margin-top: 0px;
}
body,td,th {
font-family: Cordia New, CordiaUPC;
font-size: 18px;
color: #FF00CC;
font-weight: bold;
font-style: italic;
}
-->
</style></head>
<body>
<form id="form1" name="form1" method="post" action="page5.php">
<table width="958" border="1" align="center">
<tr>
<td colspan="3"><img src="Image/head.jpg" alt="ถนนคนเดินจังหวัดเชียงใหม่" width="990" height="84" /></td>
</tr>
<tr>
<td width="224" rowspan="6"> </td>
<td colspan="2"><h1 align="center">ข้อมูลสินค้า</h1></td>
</tr>
<tr>
<td width="168">รหัสประเภทสินค้า</td>
<td width="586"><select name="Category" id="select">
<option value="กรุณาเลือก">กรุณาเลือก</option>
<option value="หัตถกรรม">หัตถกรรม</option>
<option value="เครื่องเงิน">เครื่องเงิน</option>
<option value="เสื้อผ้า">เสื้อผ้า</option>
<option value="อาหาร-เครื่องดื่ม">อาหาร-เครื่องดื่ม</option>
<option value="ของตกแต่ง">ของตกแต่ง</option>
<option value="อื่นๆ">อื่นๆ</option>
</select> </td>
</tr>
<tr>
<td>ชื่อสินค้า</td>
<td><input type="text" name="Pro_name" id="textfield" /></td>
</tr>
<tr>
<td>ราคาสินค้า</td>
<td><input type="text" name="Pro_Price" id="textfield2" /></td>
</tr>
<tr>
<td>รูปภาพ</td>
<td><input type="text" name="Pro_Pic" id="textfield3" />
<input type="submit" name="button3" id="button3" value="Browse" /></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="button" id="button" value="บันทึก" />
<input type="submit" name="button2" id="button2" value="ยกเลิก" /></td>
</tr>
</table>
<?
$hostname = "localhost";
$user = "root";
$password = "1234";
$dbname = "myproject";
$tbname = "product";
$Category = $_POST['Category'];
$Pro_name = $_POST['Pro_name'];
$Pro_Price = $_POST['Pro_Price'];
mysql_connect($hostname,$user,$password)or die("`can't connect database");
mysql_query("SET NAMES UTF8");
mysql_select_db($dbname)or die("can't choose database");
$sql = "insert into $tbname (Category,Pro_name,Pro_Price) values ('$Category','$Pro_name','$Pro_Price')";
$dbquery = mysql_db_query($dbname,$sql);
mysql_close();
?>
</form>
</body>
</html>
ใส่เพิ่มแล้วคะ แต่มันก็มีแต่ฟิลด์ว่างๆอยู่ดี T^T
|
|
|
|
|
Date :
2010-09-06 21:56:49 |
By :
ยัยบ๊องT^T |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$sql = "insert into product(Category,Pro_name,Pro_Price) values ('$Category','$Pro_name','$Pro_Price')";
ใน product มีฟิลอะไรบ้างครับ ...
ลอง if($dbquery)
echo "o-k";
else
echo "no-k";
ดูคับ...
|
|
|
|
|
Date :
2010-09-06 22:12:38 |
By :
t-monroe |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$conn = mysql_connect($hostname,$user,$password)or die("`can't connect database");
mysql_select_db($dbname,$conn);
|
|
|
|
|
Date :
2010-09-06 22:16:13 |
By :
t-monroe |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
T^T
|
ประวัติการแก้ไข 2010-09-10 14:04:23
|
|
|
|
Date :
2010-09-06 22:33:08 |
By :
ยัยบ๊อง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|