|
|
|
เขียนโค้ดแก้ไข ในส่วนของช่อง list/manu เขียนอย่างไรคะ |
|
|
|
|
|
|
|
Code (PHP)
<?php
include("connect.php") ;
mysql_select_db($db_name);
if ($_POST['action']=="update"){
$Id=$_POST['Id'];
$order_date= $_POST['order_date'];
$timelist_start= $_POST['timelist_start'];
$imelist_end= $_POST['timelist_end'];
$order_name= $_POST['order_name'];
$order_phone= $_POST['order_phone'];
$fac_id= $_POST['fac_id'];
$training_name= $_POST['training_name'];
$training_limit= $_POST['training_limit'];
$room_id= $_POST['room_id'];
$accessories= $_POST['accessories'];
$sql="update order set order_date='$order_date', timelist_start ='$timelist_start', timelist_end ='$timelist_end' , order_name = '$order_name' , order_phone ='$order_phone' , fac_id = '$fac_id' , training_name = '$training_name' , training_limit = '$training_limit' , room_id = '$room_id' , accessories = $accessories where order_id='$Id' ";
if (!mysql_query($sql,$cn)) {
die('Error: ' . mysql_error());
} else {
?>
<script>
alert("บันทึกข้อมูลเรียบร้อยแล้ว");
location.href="insert_member.php";
</script>
<? } ?>
<!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=windows-874" />
<title>Untitled Document</title>
<? }
$id=$_GET['Id'];
include("connect.php");
mysql_select_db($db_name);
$sql= "select * from order where order_id ='$Id' ";
$result = mysql_query($cmd,$cn);
$rs=mysql_query($sql,$cn);
//echo $rs1 ;
// $tatal=mysql_num_rows($rs1);
?>
<style type="text/css">
<!--
.style6 { font-family: Tahoma;
font-size: 14px;
}
body {
background-color: #999999;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #FF0000;
}
a:active {
text-decoration: none;
}
.style7 {color: #000000}
.style14 {
font-size: 18px;
font-weight: bold;
color: #0000FF;
}
.style21 { font-size: 16px;
color: #FF0000;
}
.style22 { font-size: 16px;
font-weight: bold;
color: #FF0000;
}
.style25 { font-size: 14px;
color: #000000;
font-weight: bold;
}
.style26 { font-size: 16px;
color: #0000FF;
}
.style29 {
color: #000000;
font-weight: bold;
}
.style30 {font-size: 16px}
.style31 {font-size: 16px; font-weight: bold; }
.style33 {font-family: Tahoma; font-size: 14px; font-weight: bold; color: #FF3333; }
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action=" ">
<? include('header.php') ?>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="141" bgcolor="#FFF2CC"><div>
<table width="229" height="154" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="229" height="38" align="center"><img src="img/Untitled-3 copy.gif" width="229" height="34" /></td>
</tr>
<tr>
<td height="116" align="center" bgcolor="#FFF2CC"><div>
<table width="88%">
<tr>
<td height="30" class="style6" style=" border-bottom: #000000 1px dashed"><img src="img/bullet_orange.gif" width="10" height="10" /> <a href="insert_admin.php" class="style7">เพิ่มข้อมูลเจ้าหน้าที่</a></td>
</tr>
<tr>
<td height="30" class="style6" style=" border-bottom: #000000 1px dashed"><img src="img/bullet_orange.gif" width="10" height="10" /> <a href="insert_member.php">เพิ่มข้อมูลผู้ใช้งาน</a></td>
</tr>
<tr>
<td height="30" class="style6" style=" border-bottom: #000000 1px dashed"><img src="img/bullet_orange.gif" width="10" height="10" /> <a href="insert_room.php" class="style7">เพิ่มข้อมูลห้องอบรม</a></td>
</tr>
<tr>
<td height="30" class="style6" style=" border-bottom: #000000 1px dashed"><img src="img/bullet_orange.gif" width="10" height="10" /> <a href="booking_room.php" class="style7">ข้อมูลการจองห้องอบรม</a></td>
</tr>
<tr>
<td height="30" class="style6" style=" border-bottom: #000000 1px dashed"><img src="img/bullet_orange.gif" width="10" height="10" /> <a href="logout.php">ออกจากระบบ</a></td>
</tr>
</table>
</div></td>
</tr>
</table>
<br />
<table width="231" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="221" bgcolor="#FFE9A4"><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
</div></td>
<td width="785" align="center" bgcolor="#FFFFFF"><table width="565" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="561"><table width="614" border="0" align="center">
<tr>
<td colspan="3" align="center" bgcolor="#FFE9A4" class="style6"><strong>แก้ไขข้อมูลการจองห้องอบรม</strong></td>
</tr>
<tr>
<td colspan="3" bgcolor="#E8E8E8"><span class="style6">วันที่และเวลาในการจองห้องอบรม</span></td>
</tr>
<tr>
<td align="right" class="style6">รหัสการจอง</td>
<td><strong>:</strong></td>
<?
$sqlinv_home = "SELECT max(order_runno) as max_runno FROM `order` ";
$resinv_home = mysql_query($sqlinv_home);
$datainv_home = mysql_fetch_array($resinv_home);
$max_order_runno = $datainv_home[max_runno];
if($max_order_runno == '') $max_order_runno = 1;
else $max_order_runno = $max_order_runno + 1;
//$numinv_home = mysql_num_rows($resinv_home);
//$k=$datainv_home ['id'];
//if($k == 0) $n_home = '0';
//else $n_home = $datainv_home['run_no'];
//$run_no_home = (int)$n_home+1;
$runid = sprintf("%04d",$max_order_runno);
//$contract_number = "H".date("Ym").'-'.$runid;
$contract_number =$runid;
?>
<td>
<label>
<input name="contract_number" type="text" id="contract_number" value="<? echo $contract_number;?>" size="15" maxlength="15" disabled="disabled" />
<input name="contract_number1" type="hidden" id="contract_number1" value="<? echo $contract_number;?>" />
<input name="order_runno" type="hidden" id="order_runno" value="<? echo $max_order_runno;?>" />
</label></td>
</tr>
<tr>
<td width="184" align="right" class="style6">ระบุวันที่</td>
<td width="5"><strong>:</strong></td>
<td width="411"><!-- ข้อควรระวัง : ชื่อของ Input จะต้องมี name เป็นค่าเดียวกับที่อยู่ในส่วน <a href=...> ด้วยนะครับ ดูตัวอย่างการใช้ด้านล่าง สังเกตตรงคำว่า date นะ -->
<input name="order_date" id="order_date" size="10" value="<? echo $data["order_date"] ; ?>"/> ;
<a href="javascript:displayDatePicker('order_date')"> <img border="0" src="img/123.gif" width="16" height="16" /></a> </td>
</tr>
<tr>
<td align="right" class="style6">เวลา</td>
<td><strong>:</strong></td>
<td><label>
<select name="timelist_start">
<option selected="selected">เวลา</option>
<option value="08:00">08:00</option>
<option value="09:00">09:00</option>
<option value="10:00">10:00</option>
<option value="11:00">11:00</option>
<option value="12:00">12:00</option>
<option value="13:00">13:00</option>
<option value="14:00">14:00</option>
<option value="15:00">15:00</option>
<option value="16:00">16:00</option>
</select>
<span class="style6">ถึง</span>
<select name="timelist_end">
<option selected="selected">เวลา</option>
<option value="09:00">09:00</option>
<option value="10:00">10:00</option>
<option value="11:00">11:00</option>
<option value="12:00">12:00</option>
<option value="13:00">13:00</option>
<option value="14:00">14:00</option>
<option value="15:00">15:00</option>
<option value="16:00">16:00</option>
<option value="17:00">17:00</option>
</select>
</label></td>
</tr>
<tr>
<td colspan="3" bgcolor="#E8E8E8" class="style6">ข้อมูลห้องอบรม</td>
</tr>
<tr>
<td align="right" class="style6">ชื่อผู้จอง</td>
<td><strong>:</strong></td>
<td><label>
<input type="text" name="order_name" value="<? echo $data["order_name"]; ?>"/>
</label></td>
</tr>
<tr>
<td align="right" class="style6">เบอร์โทรศัพท์</td>
<td><strong>:</strong></td>
<td><label>
<input name="order_phone" type="text" id="order_phone" maxlength="10" value="<? echo $data["order_phone"]; ?>"/>
</label></td>
</tr>
<tr>
<td align="right" class="style6">สังกัดคณะ </td>
<td><strong>:</strong></td>
<td><label>
<select name="fac_id" id="fac_id">
<option value="">โปรดเลือก</option>
<? $SqlFac = "SELECT * FROM fac ";
$ResultFac = mysql_query($SqlFac);
while($DataFac = mysql_fetch_array($ResultFac)){
?>
<option value="<? echo $DataFac[fac_id];?>"><? echo $DataFac[fac_name];?></option>
<? }?>
</select>
</label></td>
</tr>
<tr>
<td align="right" class="style6">เรื่อง</td>
<td><strong>:</strong></td>
<td><label>
<input name="training_name" type="text" id="training_name" value="<? echo $data["training_name"]; ?>"/>
</label></td>
</tr>
<tr>
<td align="right" class="style6">จำนวน</td>
<td><strong>:</strong></td>
<td><label>
<input name="training_limit" type="training_limit" id="training_limit" size="3" value="<? echo $data["training_limit"]; ?>"/>
<span class="style6">คน</span> </label></td>
</tr>
<tr>
<td align="right" class="style6">ห้องอบรม</td>
<td><strong>:</strong></td>
<td><label>
<select name="room_id">
<option value="0">---เลือก---</option>
<?
$strSQL = "SELECT * FROM room ORDER BY room_id ASC";
$objQuery = mysql_query($strSQL);
while($objResuut = mysql_fetch_array($objQuery))
{
?>
<option value="<?=$objResuut["room_id"];?>">
<?=$objResuut["room_name"];?>
</option>
<? }?>
</select>
</label></td>
</tr>
<tr>
<td colspan="3" bgcolor="#E8E8E8" class="style6">อุปกรณ์เสริมที่ต้องการ</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><label>
<select name="accessories" id="accessories"> // ซึ่งส่วนนี้ หนูดึงข้อมูลมาจากฐานข้อมูล แล้วต้องการให้มันแก้ไขข้อมูล เลือกห้องใหม่ได้ ทำไงคะ..
<option value="------เลือกอุปกรณ์--------">------เลือกอุปกรณ์--------</option>
<option value="เครื่องฉายสไลด์">เครื่องฉายสไลด์</option>
<option value="เครื่องคอมพิวเตอร์ Notebook">เครื่องคอมพิวเตอร์ Notebook</option>
<option value="Projector">Projector</option>
<option value="ไมโครโฟน">ไมโครโฟน</option>
</select>
</label></td>
</tr>
<tr>
<td colspan="3" bgcolor="#EEEEEE"><label><br />
</label></td>
</tr>
<tr>
<td colspan="3" align="center"><label>
<input type="submit" name="Submit" value="บันทึกการแก้ไข" />
<input type="submit" name="Submit2" value="ยกเลิก" />
</label></td>
</tr>
</table></td>
</tr>
</table> <p> </p></td>
</tr>
</table>
<? include('footer.php')?>
</form>
</body>
</html>
ขอบคุณ.. ล่วงหน้าคะ
Tag : PHP
|
|
|
|
|
|
Date :
2012-01-11 14:11:03 |
By :
นู๋นา ไอที |
View :
908 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|