|
|
|
ผมอยากว่าเลวาผมใส่ข้อมูลแล้วทำไมไม่ลงฐานข้อมูลครับ แล้ว โค้ดนี้ คืออยากให้มันเช็คว่าตรงกันหรือไม่ |
|
|
|
|
|
|
|
ผมอยากว่าเลวาผมใส่ข้อมูลแล้วทำไมไม่ลงฐานข้อมูลครับ แล้ว โค้ดนี้ คืออยากให้มันเช็คว่าตรงกันหรือไม่
ถ้าตรงกันก็ให้เขียนลงฐานข้อมูล แต่ถ้าไม่ให้ทำรายการใหม่ครับ
Code (PHP)
if($_GET["action"]=="confirm")
{
$result=select("cusorder","where 1 and OrderNo='".$_POST["txtOrderNo"]."'");
$result2=select("member","where 1 and Name='".$_POST["txtName"]."'");
if($result)
{
$_POST["txtOrderNo"]!="";
echo "<script language=\"JavaScript\">";
echo "alert('รหัส ORDER ไม่ตรงกัน ');";
echo "</script>";
}
else if($result2)
{
$_POST["txtName"]!="";
echo "<script language=\"JavaScript\">";
echo "alert('Order นี้ไม่ได้ใช้ชื่อนี้');";
echo "</script>";
}
else
{
//============ บันทึกข้อมูลสมาชิก
$sql = "insert into confirm (OrderNo,Name,Email,TelPhone,Time,Date,Desc) Values ('$_POST[txtOrderNo]','$_POST[txtName]','$_POST[txtEmail]','$_POST[txtTelPhone]','$_POST[txtTime]','$_POST[txtDate]','$_POST[txtDesc]')";
$dbquery = mysql_query($sql);
header("location:finish.php");
}
}
?>
Code (PHP)
<?
ob_start();
//============ Start Session และทำการเรียก Function ติดต่อฐานข้อมูล
session_start();
require("connect/connect.php");
require("connect/function.php");
if($_GET["action"]=="confirm")
{
$result=select("cusorder","where 1 and OrderNo='".$_POST["txtOrderNo"]."'");
$result2=select("member","where 1 and Name='".$_POST["txtName"]."'");
if($result)
{
$_POST["txtOrderNo"]!="";
echo "<script language=\"JavaScript\">";
echo "alert('รหัส ORDER ไม่ตรงกัน ');";
echo "</script>";
}
else if($result2)
{
$_POST["txtName"]!="";
echo "<script language=\"JavaScript\">";
echo "alert('Order นี้ไม่ได้ใช้ชื่อนี้');";
echo "</script>";
}
else
{
//============ บันทึกข้อมูลสมาชิก
$sql = "insert into confirm (OrderNo,Name,Email,TelPhone,Time,Date,Desc) Values ('$_POST[txtOrderNo]','$_POST[txtName]','$_POST[txtEmail]','$_POST[txtTelPhone]','$_POST[txtTime]','$_POST[txtDate]','$_POST[txtDesc]')";
$dbquery = mysql_query($sql);
header("location:finish.php");
}
}
?>
<!DOCTYPE HTML>
<html>
<head>
<meta charset="windows-874">
<title>::: NEKKY BURIRAM :::</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#bdc7d8" topmargin="0">
<?php require_once('head.html'); ?>
<table width="900" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#FFFFFF"> <table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#f2f2f6" bgcolor="#FFFFFF">
<tr>
<td width="23%" valign="top"> <?php require_once('menuleft.php'); ?> <br> </td>
<td width="54%" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="500" height="310" valign="top">
<table width="490" border="0">
<tr>
<td><table width="478" height="22" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td width="389" background="image/menu02.jpg"><div align="center"><strong>แจ้งการชำระเงิน</strong><strong></strong></div></td>
</tr>
</table></td>
</tr>
<tr>
<td width="378"><table width="100%" border="0" cellspacing="3" cellpadding="3">
<tr>
<td width="79%"> <div align="center">
<script language="JavaScript">
function checkvalue()
{
if(frmMain.txtOrderNo.value == "")
{
alert('กรุณากรอก [หมายเลขสั่งซื้อ]');
frmMain.txtOrderNo.focus();
return false;
}
if(frmMain.txtName.value == "")
{
alert('กรุณากรอก [ชื่อของคุณ]');
frmMain.txtName.focus();
return false;
}
if(frmMain.txtEmail.value == "")
{
alert('กรุณากรอก [อีเมล์]');
frmMain.txtEmail.focus();
return false;
}
if(frmMain.txtTelPhone.value == "")
{
alert('กรุณากรอก [หมายเลขโทรศัพท์]');
frmMain.txtTelPhone.focus();
return false;
}
if(frmMain.txtDate.value == "")
{
alert('กรุณากรอก [วันที่]');
frmMain.txtDate.focus();
return false;
}
if(frmMain.txtTime.value == "")
{
alert('กรุณากรอก [เวลา]');
frmMain.txtTime.focus();
return false;
}
if(frmMain.txtDesc.value == "")
{
alert('กรุณากรอก [รายละเอียด]');
frmMain.txtDesc.focus();
return false;
}
}
</script>
<form name="frmMain" method="post" action="?action=confirm" onSubmit="return checkvalue();">
<table width="377" border="0">
<tr>
<td width="106">หมายเลขสั่งซื้อ</td>
<td width="255"><input name="txtOrderNo" type="text" id="txtOrderNo" size="40" class="txtbox">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td>ชื่อของคุณ</td>
<td><input name="txtName" type="text" id="txtName" class="txtbox">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td>อีเมล์ของคุณ</td>
<td><input name="txtEmail" type="text" id="txtEmail" class="txtbox">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td valign="top">เบอร์โทรศัพท์</td>
<td><input name="txtTelPhone" type="text" id="txtTelPhone" class="txtbox">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td valign="top">วันที่ -เวลา</td>
<td><input name="txtDate" type="text" class="txtbox" id="txtDate" size="10">
-
<input name="txtTime" type="text" class="txtbox" id="txtTime" size="10">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td valign="top">รายละเอียด</td>
<td><textarea name="txtDesc" cols="40" rows="8" class="txtbox" id="txtDesc"></textarea>
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input name="btnSubmit" type="submit" id="btnSubmit" value="Submit" class="button">
<input name="btnReset" type="reset" id="btnReset" value="Reset" class="button"></td>
</tr>
</table>
</form>
</div>
<hr width="96%" color="#f2f2f6">
<hr width="96%" color="#f2f2f6">
<p><br>
</p></td>
</tr>
</table></td>
</tr>
</table>
<p class="style59"> </p>
<p class="style59"> </p>
<p class="style59"> </p></td>
</tr>
</table></td>
<td width="23%" valign="top"> <?php require_once('menuright.php'); ?> </td>
</tr>
<tr>
<td colspan="3" valign="top">
<?php require_once('down.php'); ?>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2012-02-11 12:00:07 |
By :
abfunclub |
View :
1115 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
การรับข้อมูลไม่ผิดนะ แต่ผมว่า ผิดตรง IF..Else เนี่ยหละ
Code (PHP)
if($result && $result){
$sql = "insert into confirm (OrderNo,Name,Email,TelPhone,Time,Date,Desc) Values ('$_POST[txtOrderNo]','$_POST[txtName]','$_POST[txtEmail]','$_POST[txtTelPhone]','$_POST[txtTime]','$_POST[txtDate]','$_POST[txtDesc]')";
$dbquery = mysql_query($sql);
header("location:finish.php");
} else{
echo 'ท่านระบุรหัส หรือ ชื่อ ไม่ตรงกับฐานข้อมูล';
}
|
ประวัติการแก้ไข 2012-02-11 12:16:16
|
|
|
|
Date :
2012-02-11 12:15:20 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ส่งค่าเป็น POST แต่รับค่าเป็น GET มันเลยไม่มีอะไรเกิดขึ้นครับ ลองเปลี่ยนใหม้เหมือนกันแล้วลองอีกทีครับ
|
|
|
|
|
Date :
2012-02-11 12:42:41 |
By :
slurpee55555 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แต่ไปเปิดในฐานข้อมูลไม่มีค่าที่เราส่งไปเลย ครับ
|
|
|
|
|
Date :
2012-02-11 12:43:28 |
By :
abfunclub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<form name="frmMain" method="post" action="?action=confirm"
เอาที่สีแดงออกครับ
แล้วเปลี่ยน
<input name="btnSubmit" type="submit" id="btnSubmit" value="Submit" class="button">
ให้เป็น
<input name="btnSubmit" type="submit" name="action" id="btnSubmit" value="confirm" class="button">
แล้วก็
if($_GET["action"]=="confirm")
เป็น
if($_POST["action"]=="confirm")
|
|
|
|
|
Date :
2012-02-11 12:55:59 |
By :
Unidentier |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input name="action" type="submit" id="btnSubmit" value="confirm" class="button">
|
|
|
|
|
Date :
2012-02-11 13:04:04 |
By :
Unidentier |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณทุกคนมากน่ะครับที่ให้ความช่วยเหลือ
|
|
|
|
|
Date :
2012-02-11 13:57:35 |
By :
abfunclub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|