|
|
|
แอดข้อมูลไม่ได้ ช่วยหน่อย หรือว่ามีรูปด้วยเลยแอดไม่ได้ แต่ไม่ได้ใส่รูปที |
|
|
|
|
|
|
|
Code (PHP)
<body>
<?
$add_room_id = $_POST[room_id];
$add_room_name = $_POST[room_name];
$add_room_number= $_POST[room_number];
$add_room_detail = $_POST[room_detail];
$add_room_pictures = $_POST[file];
include "connect.php";
//$sql = "SELECT * FROM room WHERE room_name = $add_room_name";
//$sql = "SELECT * FROM room";
//echo "<br>";
//echo $sql;
//$query = mysql_query($sql);
//echo "<br>";
//echo $query ;
//$numrows = mysql_num_rows($query);
// echo "<br>";
//echo $numrow ;
//if($numrows > 0 ){
//echo "<br>";
//echo "ข้อมูลห้องนี้ได้ใช้แล้ว";
//exit();
//}
$sql = "INSERT INTO room (room_id, room_name , room_number, room_detail, room_pictures) VALUES ('$add_room_id', '$add_room_name', '$add_room_number', '$add_room_detail', '$add_room_pictures')";
//echo "<br>";
echo $sql;
$query = mysql_query($sql);
echo $query;
if($query){
echo "<br>";
echo "ได้ทำการเพิ่มข้อมูลสมบูรณแล้ว์";
echo "<br>";
echo " <a href = 'add_roomtype.php'>กลับหน้าหลักเพิ่มข้อมูล</a href>";
}else {
echo "<br>";
echo "ไม่สามารถเพิ่มข้อมูลได้";
echo "<br>";
echo "<a href = 'add_form.php'>กลับหน้าหลักเพิ่มข้อมูล</a href>";
}
mysql_close();
?>
</body>
</html>
Code (PHP)
<!--
.style9 {font-size: 24px}
.style10 {color: #0000FF}
.style11 {
font-size: 18px;
color: #FF0000;
font-weight: bold;
}
.style13 {
color: #FF0066;
font-size: 14px;
}
.style15 {color: #FF0066; font-size: 14px; font-weight: bold; }
-->
</style>
<style type="text/css">
<!--
.style1 {font-size: 24px}
.style2 {color: #0000FF}
.style3 {color: #FF0000}
.style4 {font-weight: bold}
.style5 {font-weight: bold}
.style7 {font-size: 16}
.style8 {font-size: 14px}
.style9 {font-size: 16px}
.style10 {font-weight: bold}
.style11 {font-weight: bold}
.style12 {color: #FF0066}
.style13 {font-size: 18px}
.style16 {
font-size: 18px;
color: #FF0066;
font-weight: bold;
}
-->
</style>
<p align="center" class="style4 header style5 style9 style10 style1 style2"><strong>เพิ่มชนิดห้องอบรม</strong></p>
<p align="center" class="header style1"><span class="style3 style11 style7"><strong>(Administrator - Add Room
Information)</strong></span><br>
</p>
<table width="60%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#66CCFF">
<tr>
<td class="style1"><div align="center" class="style10 style9 style8 style2"><strong>รายละเอียดการเพิ่มชนิดห้องพัก</strong></div></td>
</tr>
<tr>
<td class="style1"><form action="add_roomtype.php" method="post" enctype="multipart/form-data" name="form" id="form">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div align="left"><span class="style2"><span class="style3"><span class="style1"></span></span></span></div> <span class="style1"></span></td>
<td width="64%"> </td>
</tr>
<tr>
<td><div align="right"><span class="style2"><span class="style3"><span class="style1"></span></span></span> <span class="style9 style13 style12"><strong>รหัสห้องอบรม : </strong></span></div></td>
<td><input name="room_id" type="text" id="room_id" size="30" maxlength="30" /></td>
</tr>
<tr>
<td><div align="right"><span class="style2"><span class="style3"><span class="style1"></span></span></span> <span class="style12 style13"><strong>ชื่อห้องอบรม : </strong></span></div></td>
<td> <span class="style1">
<input name="room_name" type="text" id="room_name" size="10">
</span></td>
</tr>
<tr>
<td><div align="right"><span class="style2"><span class="style3"><span class="style1"></span></span></span> <span class="style12 style13"><strong>จำนวนที่นั่ง : </strong></span></div></td>
<td><input name="room_number" type="text" id="room_number" size="10" /></td>
</tr>
<tr>
<td valign="top"><div align="right"><span class="style2"><span class="style3"><span class="style1"></span></span></span> <span class="style16">รายละเอียด : </span></div></td>
<td><textarea name="room_detail" cols="35" rows="4" id="room_detail"></textarea></td>
</tr>
<tr>
<td><div align="right"><span class="style16">ส่งภาพ[jpeg,gif] : </span></div></td>
<td><input name="file" type="file" id="file"> </td>
</tr>
<tr>
<td colspan="2"><div align="center" class="style1"> <br>
<input name="Submit" type="submit" value="เพิ่มชนิดห้อง">
<input name="Reset" type="reset" value="ยกเลิก">
<br>
</div></td>
</tr>
</table>
</form></td>
</tr>
</table>
<div align="right" class="style1"></div>
ขึ้นแบบนี้อ่าา
INSERT INTO room (room_id, room_name , room_number, room_detail, room_pictures) VALUES ('111', '222', '22', 'eeeeeeee', '')
ไม่สามารถเพิ่มข้อมูลได้
กลับหน้าหลักเพิ่มข้อมูล
Tag : PHP
|
|
|
|
|
|
Date :
2011-12-14 01:09:14 |
By :
ช่วยหน่อยน๊าาา |
View :
1088 |
Reply :
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$query = mysql_query($sql) or die(mysql_error()); // ลองเพิ่มเป็นอย่างนี้แล้วเอา error มาดูหน่อยครับ
|
|
|
|
|
Date :
2011-12-14 02:13:18 |
By :
pokultra |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO room (room_id, room_name , room_number, room_detail, room_pictures) VALUES ('33333', 'test', '12', '11111111', '')No database selected
= ="
แก้ไงอ่ะครับ
|
|
|
|
|
Date :
2011-12-14 02:19:18 |
By :
ช่วยหน่อยน๊าาา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีปัญหาตอน connect db ครับน้อง
ยังไม่ได้เลือก database
|
|
|
|
|
Date :
2011-12-14 02:30:37 |
By :
siciliano |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No database selected
แปลว่า ยังไม่ได้เลือกฐานข้อมูล หรือว่าชื่อฐานข้อมูลผิด อะไรเทือกนั้นครับ
|
|
|
|
|
Date :
2011-12-14 02:32:45 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include "connect.php" แล้วอ่าคับ
Code (PHP)
<?
$host= "127.0.0.1" ;
$userr="root";
$pwd= "root" ;
$dbname="test";
$c = mysql_connect($host ,$userr ,$pwd) ;
mysql_query("SET NAMES UTF8");
//mysql_query("SET NAMES tis620");
If (!$c) {
echo "<h3> ERROR : </h3>" ;
exit ();
}
?>
แงๆๆ แล้วจะให้ไปแก้ตรงไหน ทำไม่เป็นแล้ววว
|
|
|
|
|
Date :
2011-12-14 02:38:10 |
By :
ช่วยหน่อยน๊าาา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ต้องทำการเลือก DB ก่อนครับผม
Code (PHP)
<?
$host= "127.0.0.1" ;
$userr="root";
$pwd= "root" ;
$dbname="test";
$sql ="Use $dbname";**********
$c = mysql_connect($host ,$userr ,$pwd) ;
mysql_query($sql);**********
mysql_query("SET NAMES UTF8");
//mysql_query("SET NAMES tis620");
If (!$c) {
echo "<h3> ERROR : </h3>" ;
exit ();
}
?>
ลองดูครับที่ผมทำเครื่องหมาย ********* ไว้
|
ประวัติการแก้ไข 2011-12-14 02:45:53 2011-12-14 02:47:54 2011-12-14 02:48:20
|
|
|
|
Date :
2011-12-14 02:45:34 |
By :
JameSite |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO room (room_id, room_name , room_number, room_detail, room_pictures) VALUES ('4447', '777', '77777', '77777777', '')
ได้ทำการเพิ่มข้อมูลสมบูรณแล้ว์
กลับหน้าหลักเพิ่มข้อมูล
ได้แล้วววววววว เย้ๆๆ ขอบคุณมากค้าบบบ James ขอบคุณทุกคนที่แนะนำ T^T
และอีกวิธีใส่มั่วๆ ได้เฉยเลย
จาก $query = mysql_query($sql) or die(mysql_error());
แก้เป็น $query=mysql_db_query($dbname,$sql);
- -"
แต่รูปยังไม่ได้ เหอะๆ ไปนอนแล้วว ไม่ไหว ไปเรียนโรงเรียนอีก พรุ่งนี้ ฝันดีค้าบบ ทุกท่าน ^^
|
|
|
|
|
Date :
2011-12-14 02:58:07 |
By :
ช่วยหน่อยน๊าาา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
php มี mysql_select_db นะครับ
|
|
|
|
|
Date :
2011-12-14 03:06:47 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|