|
|
|
ใช้ฟังก์ชั่น CURDATE() แล้ว วันที่ไม่ลงฐานข้อมูลครับ ช่วยดูหน่อยครับ |
|
|
|
|
|
|
|
Code (PHP)
<?php
$con = mysql_connect("localhost","root","1234");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("test", $con);
$cs1 = "SET character_set_results=tis620";
mysql_query($cs1) or die('Error query: ' . mysql_error());
$cs2 = "SET character_set_client = tis620";
mysql_query($cs2) or die('Error query: ' . mysql_error());
$cs3 = "SET character_set_connection = tis620";
mysql_query($cs3) or die('Error query: ' . mysql_error());
$sql="INSERT INTO tbres (room,log_date, use_date, time,res_ing,unit)
VALUES
('$_POST[roomddl]','CURDATE()','$_POST[txtdate]','$_POST[timedll]','$_POST[namerestxt]','$_POST[txtunit]')";
if (!mysql_query($sql,$con))
{
echo "<script>alert('ไม่สามารถเพิ่มข้อมูลได้ เนื่องจากมีการเพิ่มแล้ว กรุณากลับไปแก้ไข');
window.location='index.php';
</script>";
exit();
}
echo "$_POST[roomddl]";
echo "<script>alert('คุณได้ทำการเพิ่มข้อมูลได้');
window.location='index.php';
</script>";
exit();
mysql_close($con)
?>
Tag : - - - -
|
|
|
|
|
|
Date :
2009-09-22 09:55:53 |
By :
oasiis |
View :
1271 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอา ' ' ออกด้วยครับ
|
|
|
|
|
Date :
2009-09-22 09:59:10 |
By :
pjgunner |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ
|
|
|
|
|
Date :
2009-09-22 10:03:17 |
By :
oasiis |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังทำแบบนี้ไม่ได้เลยอ่า
|
|
|
|
|
Date :
2009-10-09 12:55:56 |
By :
apicha31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|