ช้วยดูหน่อยครับรับข้อมูลเข้าฐานข้อมูลไม่ได้ php mysql ใช้โปรแกรม dw ครับ
shop.php
---------------------------------------------------
Code (PHP)
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
</head>
<body>
</p>
<p> </p>
<form id="form2" name="form2" method="post" action="shop_code.php">
<?php
$gid=$_GET['gid'];
include"dbconnect.php";
$search="select*from gree where gid='$gid'";
$s=mysql_db_query($dbname,$search);
$record=mysql_fetch_array($s);
?>
</p>
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" align="left" valign="top"><label><?php echo"<IMG SRC=g_photo/$record[gphoto] width=100%>";?></label></td>
</tr>
<tr>
<td width="107">รหัส</td>
<td width="93"><label>
<input name="gid" type="text" id="gid" size="35"
value="<?php echo"$record[gid]";?>"/>
</label></td>
</tr>
<tr>
<td>ชื่อ</td>
<td><label>
<input type="text" name="gname" id="gname"
value="<?php echo"$record[gname]";?>"/>
</label></td>
</tr>
<tr>
<td>รายละเอียด</td>
<td><label>
<textarea name="gdetail" cols="45" rows="5" id="gdetail">
<?php echo"$record[gdetail]";?></textarea>
</label></td>
</tr>
<tr>
<td>ราคา</td>
<td><input type="text" name="gprice" id="gprice"
value="<?php echo"$record[gprice]";?>"/></td>
</tr>
</table>
<p> </p>
<p>
<a href="confirm_order.php?gid=<?php echo"$record[gid]";?> gprice=<? echo"$record[gprice]";?> "> <IMG SRC= images/cart.gif width=3% height="33" > </a> </p>
<p> </p>
<p> </p>
</form>
<form id="form1" name="form1" method="post" action="">
<label></label>
<label></label>
<label></label>
<p>
<label></label><label></label>
<label></label><label><br />
</label>
</p>
<p>
<label></label>
</form>
<p> </p>
<p> </p>
</body>
</html>
<p> </p>
-------------------------------------------------------------------------------------------------------
confiem_order.php
--------------------------------------------------------------------------------------------------------
Code (PHP)
<?php
@session_start();
include "dbconnect.php";
?>
<?
$odate = date("Y-m-d"); // เก็บ วัน/เดือน/ปี ที่สั่งซื้อ
$otime = date("H:i:s"); // เก็บเวลาที่สั่งซื้อ
// สร้างหมายเลขคำสั่งซื้อโดยเอาพวกเลข วัน ชั่วโมง วินาที
$tmp1 = date("d");
$tmp2 = date("H");
$tmp3 = date("s");
$mid = $tmp1.$tmp2.$tmp3;
?>
<?php
@session_start();
$user=$_SESSION[sess_username];
include"dbconnect.php";
$user1 ="select * from member where muser='$user'";
$show=mysql_db_query($dbname,$user1);
$record=mysql_fetch_array($show);
?>
<?php
$gid=$_GET[gid];
include"dbconnect.php";
$show="select*from gree where gid='$gid' ";
$show=mysql_db_query($dbname,$show);
$record=mysql_fetch_array($show);
?>
<tr>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<title>My Shop - ใบแจ้งค่ารายการสินค้าที่สั่งซื้อ</title>
<style type="text/css">
.style1 {
text-align: left;
}
</style>
<style>
BODY {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
</style>
</head>
<body>
<center><u><font size="5" color="#800000">My Shop - ใบแจ้งค่ารายการสินค้าที่สั่งซื้อ</font></u></center><br>
<center>
<table width="550" border="1" style="border-collapse: collapse; border: 1px dotted #008000" bordercolor="#111111" cellpadding="0" cellspacing="0">
<tr>
<td width="890" bgcolor="#99FFCC" style="border: 1px dotted #008000">
<center>
<table width="100%" cellpadding="0" cellspacing="0"><tr><td width="50%" style="border: 1px dotted #008000" bgcolor="#CCCCFF"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="50%" style="border: 1px dotted #008000" bgcolor="#CCCCFF"><table width="542" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="255"><font color="#000080"><b><font color="red">หมายเลขสั่งชื้อ</font><font color="red"><? echo $orderid; ?></font></b></font></td>
<td width="287"><p>วันที่สั่งชื้อ:<font color="#000080"><b><font color="red"><? echo date("d/m/Y");; ?></font></b></font></p>
<p><strong><font color="red">เวลา:</font></strong><font color="#000080"><b><font color="red"><? echo date("H:i:s"); ?></font></b></font></p></td>
</tr>
<td colspan="2">ชื่อ-นามสกุล<font color="#000080"><?php echo"$record[mname]";?></font></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0"><tr></tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</center> </td>
</tr>
</table>
<table width="553" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCFF">
<tr>
<td width="136">ชื่อสินค้า</td>
<td width="417"><font color="#000080"><span class="style1"><?php echo"$record[gname]";?></span></font></td>
</tr>
<tr>
<td>ราคา</td>
<td><font color="#000080"><span class="style1"><?php echo"$record[gprice]";?></span></font></td>
</tr>
</table>
<br>
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border: 1px dashed #800000" bordercolor="#111111" width="50%" id="AutoNumber1">
<tr>
<td width="100%" bgcolor="#FFCCFF"><b>
<font size="2" color="#000080"> ::=
โปรดโอนเงินเข้าบัญชีต่อไปนี้</font></b><p>
<font size="2"> ธนาคาร :
.....<br>
สาขา : .....<br>
เลขที่บัญชี : .....<br>
ชื่อบัญชี : .....</font></p>
<p align="center"><b>
<font size="2" color="#808000">
(โอนเงินแล้วโปรดโทรแจ้งที่ 091-406-528-9 ด้วย)<br>
</font></b></p>
</td>
</tr>
</table>
</center>
<br>
<form>
<label>
<?php
// ทำการเก็บข้อมูลเกี่ยวกับใบสั่งซื้อสินค้าไว้ในตาราง orders (ส่วนข้อมูลสินค้าที่สั่งซื้อนำไปเก็บแยกอีกตารางหนึ่งเอา)
$insert1 = "insert into order (orderid,mid,odate,otime) VALUES ('$orderid','$mid','$odate','$otime)";
$result1 = mysql_query($insert1);
?>
<?php
// ทำการเก็บรายการสินค้าที่สั่งซื้อเอาไว้ในตาราง orderdetails โดยใช้ ordeid เป็น Foreign Key ในการจับคู่กับใบสั่งซื้อสินค้าในภายหลัง
$insert2 = "insert into order_detail (orderid,gid,gprice) VALUES ('','$orderid','$gid','$gprice')";
$result2 = mysql_query($insert2);
?>
<input type="submit" name="button" id="button" value="ยืนยัน">
</label>
<input type=button value="ปิดหน้าต่างนี้"
onClick="javascript:window.close();">
</form>
</center>
</body>
</html>
--------------------------------------------------------------------------------------------------------
หรือมีโค๊ดสั่งชื้อสินค้า จนถึง ใบเสร็จแล้วเก็บลงฐานข้อมูล
ให้หน่อยครับ
ขอบคุณครับTag : PHP, MySQL
Date :
2013-02-25 14:24:18
By :
pong8433
View :
910
Reply :
9
ช้วยหน่อยครับ
Date :
2013-02-25 18:20:11
By :
pong8433
บรรทัด 129 ครับ
$insert1 = "insert into order (orderid,mid,odate,otime) VALUES ('$orderid','$mid','$odate','$otime )";
ตก ' ครับ
แก้เป็น
$insert1 = "insert into order (orderid,mid,odate,otime) VALUES ('$orderid','$mid','$odate','$otime' )";
Date :
2013-02-25 23:33:52
By :
cookiephp
Date :
2013-02-26 05:44:54
By :
mr.win
ก็ยังเหมือนเดิม ไม่รับเข้าฐานข้อมูลเลยครับ
ช้วยดูหน่อย ขอบคุณครับ
Date :
2013-02-26 20:03:41
By :
pong8433
งั้นก็ไม่ทราบแล้วล่ะครับ
เหมือนเดิมของคุณมันยังไง คุณก็ไม่บอก
มันเหมือนเดิมจริงหรือเปล่าก็พิสูจน์ไม่ได้ อาจจะเป็น error ใหม่ก็ได้
เพราะผมมั่นใจว่าผมได้แก้ให้คุณไปแล้ว 1 error
ถ้ามันมี error ใดๆ ก็ copy มาบอกหน่อยสิครับ
ให้ไล่ดูโค้ดทั้งหมด มันก็พอได้อยู่อ่ะครับ แต่ว่ามันเหนื่อยครับ
คนในนี้เขามีน้ำใจกันทั้งนั้นล่ะครับ อยากช่วย แต่คุณก็ต้องเห็นใจกันด้วย
อ่อ สมัครสมาชิกหน่อยนะครับ
หรือถ้ามีอยู่แล้ว ล็อกอินหน่อยก็ดีนะครับ
Date :
2013-02-26 20:12:06
By :
cookiephp
บรรทัดที่ 136
Code (PHP)
$insert2 = "insert into order_detail (orderid,gid,gprice) VALUES ('','$orderid','$gid','$gprice')";
// (orderid,gid,gprice) มีแค่ 3 ฟิวด์ แต่ส่งค่าเข้าไป 4 ค่า ('','$orderid','$gid','$gprice')"; Error แน่ๆ ครับ
// **** ค่าที่เป็น auto number ไม่ต้องเอามา insert น่ะครับ เดี๋ยว error อีก
Date :
2013-02-26 20:39:46
By :
mangkunzo
Load balance : Server 02