|
|
|
อยาหให้ช่วยดู code การจองห้องพักหน่อยครับ รายละเอียดด้านในเลยครับ |
|
|
|
|
|
|
|
หน้า from อ่ะครับ
Code (PHP)
<?php
session_start();
error_reporting(0);
?>
<!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" />
<meta http-equiv="refresh" content="1;URL=reservation.php?number=<?php echo"$room_text"; ?>">
<title>บันทึกข้อมูล</title>
</head>
<body bgcolor="#FF99FF">
<center><table width="93%">
<tr>
<td valign="top" bgcolor="#FF99FF" align="center"><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table width="489">
<tr>
<td align="center"><span style="font-family:'JasmineUPC'; font-size:34px; color:#FFF;">
<?php
include("Myconnect.php");
mysql_query("set character set utf8");
mysql_query("SET character_set_results=utf8");
mysql_query("SET character_set_client=utf8");
mysql_query("SET character_set_connection=utf8");
$strSQL = "SELECT * FROM person WHERE Id_room = '".$_POST['room_text']."' AND((dateStart between '".$_POST["dateStart"]."' and '".$_POST["dateEnd"]."') or ";
$strSQL .= " (dateEnd between '".$_POST["dateStart"]."' and '".$_POST["dateEnd"]."')) ";
$objQuery = mysql_query($strSQL);
$objResult = mysql_fetch_array($objQuery);
if($objResult)
{
echo "วันและเวลาที่จองห้องของคุณ ถูกจองไปแล้ว!";
}
else
{
$strSQL2 = "INSERT INTO person ";
$strSQL2 .=" ( id_person, id_member, Id_room, tiname_ps, fname_ps, lname_ps, sex_ps, ident_ps, dateStart, dateEnd, totolDay, checkrm_ps, tel_ps) ";
$strSQL2 .=" VALUES (NULL,'".$_SESSION['MM_UserName']."','".$_POST["room_text"]."','".$_POST["tname_text"]."','".$_POST["fname_text"]."' ";
$strSQL2 .=" ,'".$_POST["lname_text"]."','".$_POST["gender"]."','".$_POST["idnum_text"]."' ";
$strSQL2 .=" ,'".$_POST["dateStart"]."','".$_POST["dateEnd"]."','".$_POST["totolDay"]."','".$_POST["checkrm"]."' ";
$strSQL2 .=" ,'".$_POST["tel_text"]."')";
$objQuery2 = mysql_query($strSQL2);
mysql_query("set character set utf8");
mysql_query("SET character_set_results=utf8");
mysql_query("SET character_set_client=utf8");
mysql_query("SET character_set_connection=utf8");
echo "จองห้องพักเรียบร้อยแล้ว !";
}
mysql_close();
?>
<body>
</span></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
</center>
</body>
</html>
อยากให้แบบว่า พอจองห้อง 101 แล้ว บันทึกข้อมูลปุ๊ป และจะกลับมาจองห้องอื่นใหม่ ห้อง 101 จะไม่แสดงขึ้นมา สรุปคือ จองห้องไหนไป ก็ไม่สามารถกลับมาจองได้อีก
Tag : PHP, HTML/CSS, JAVA, JSP, Windows
|
|
|
|
|
|
Date :
2017-03-29 23:08:31 |
By :
korn112 |
View :
2052 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้คือได้แล้วถูกต้องไหมครับ ถ้าซ้ำอันเดิมจะได้ลบให้ครับ
|
|
|
|
|
Date :
2017-03-30 09:36:04 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|