|
|
|
รบกวนพี่เซียนอีกค่ะ ช่วยดูโค๊ดการแก้ไขหน่อยค่ะคือต้องการให้ radioในหน้าแก้ไขโชว์ข้อมูลที่พนักงานได้เลือกไว้แล้ |
|
|
|
|
|
|
|
ช่วยดูโค๊ดการแก้ไขหน่อยค่ะคือต้องการให้ radioในหน้าแก้ไขโชว์ข้อมูลที่พนักงานได้เลือกไว้แล้วตอนสมัครค่ะ คือโค๊ดที่ให้ดูนี้ทำได้แล้วค่ะแต่มันโชว์อยู่ทีเดียวค่ะคือหญิงค่ะทำไงให้มันโชว์ตามที่เลือกตอนสมัครค่ะ ช่วยดูให้หน่อย ถ้าไม่เข้าใจคำถามก็บอกนะค่ะ
Code (PHP)
<?php
include"connect.php";
?>
<?php
//////////////แก้ไขข้อมูลพนักงาน///////////////////////////
if($update){
$sqlupdate= "UPDATE employee SET id_employee='$idem',emp_name='$name',emp_sur='$sur',emp_sex='$radiosex' WHERE id_employee='$employee_id'";
if(mysql_query($sqlupdate)or die(mysql_error())){
echo "<meta http-equiv=\"refresh\" content=\"0;URL=manage.php\" />";
}
}
?>
<!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" />
<title>ระบบการจัดการสนเทศโรงเรียนนาโยงวิทยาคม</title>
<style type="text/css">
<!--
.style1 {font-family: AngsanaUPC}
.style3 {font-family: AngsanaUPC; font-size: 36px; }
.style8 {font-family: AngsanaUPC; font-size: 24px; }
.style10 {font-family: AngsanaUPC; font-size: 16px; }
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #FF9933;
}
a:active {
text-decoration: none;
color: #FFCC00;
}
a {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="699" border="0" align="center" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="146" colspan="2" valign="top"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','810','height','146','src','abc','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','abc' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="810" height="146">
<param name="movie" value="abc.swf" />
<param name="quality" value="high" />
<embed src="abc.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="810" height="146"></embed>
</object></noscript></td>
</tr>
<tr>
<td height="57" colspan="2" background="image/www.JPG"><form id="form2" name="form2" method="post" action="">
<p> </p>
<p> </p>
</form> </td>
</tr>
<tr>
<td width="207" height="307" valign="top" background="image/g11line08.gif"><table width="204" border="1">
<!--DWLayoutTable-->
<tr>
<th width="194" height="43" scope="col"><img src="image/main.JPG" width="197" height="47" /></th>
</tr>
<tr>
<th height="51" background="image/menu.JPG" scope="col"><span class="style1"><a href="manage.php">จัดการข้อมูลพนักงาน</a></span></th>
</tr>
<tr>
<th height="50" background="image/menu.JPG" scope="col"><span class="style1"><a href="managemoney.php">จัดการข้อมูลเงินเดือน</a></span></th>
</tr>
<tr>
<th height="49" background="image/menu.JPG" scope="col"><span class="style10"><a href="managesalary.php">จัดการข้อมูล<br />
การจ่ายเงินเดือน</a></span></th>
</tr>
<tr>
<th height="49" background="image/menu.JPG" scope="col">ออกใบสลิป</th>
</tr>
<tr>
<th height="49" background="image/menu.JPG" scope="col">ออกจากระบบ</th>
</tr>
</table></td>
<td width="603" valign="top" background="image/g6lt01.gif"><form id="form1" name="form1" method="post" action="">
<table width="573" border="1">
<tr>
<th colspan="2" scope="col">แก้ไขข้อมูลพนักงาน</th>
</tr>
<tr>
<?php
echo $sqlsel="SELECT * FROM employee WHERE id_employee='$employee_id'";
$result=mysql_query($sqlsel)or die(mysql_error());
$data=mysql_fetch_array($result);
?>
<td width="150"><span class="style8">รหัสพนักงาน</span></td>
<td width="331"><input name="idem" type="text" id="idem" value="<?=$data[id_employee];?>" /></td>
</tr>
<tr>
<td><span class="style8">เพศ</span></td>
<td>
<?
if($sex == "ชาย")
{ $selectชาย = "checked";
$selectหญิง = ""; }
else
{ $selectชาย = "";
$selectหญิง = "checked"; }
?>
ชาย <input name="radiosex" type="radio" value="ชาย" <? echo $selectชาย;?> />
หญิง <input name="radiosex" type="radio" value="หญิง" <? echo $selectหญิง;?> />
</td>
</tr>
<tr>
<td><span class="style8">ชื่อ</span></td>
<td><input name="name" type="text" id="name" value="<?=$data[emp_name];?>" /></td>
</tr>
<tr>
<td><span class="style8">สกุล</span></td>
<td><span class="style1">
<input name="sur" type="text" id="sur" value="<?=$data[emp_sur];?>" />
</span></td>
</tr>
<tr>
<td><span class="style8">จำนวนเงินรายวัน</span></td>
<td><select name="money" id="money">
</select> </td>
</tr>
<tr>
<td height="49" colspan="2"><div align="center">
<input type="submit" name="update" value="แก้ไข" />
<input type="reset" name="Submit2" value="ยกเลิก" />
<input type="hidden" name="employee_id" value="<?=$data[id_employee]?>" />
</div></td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td height="41" colspan="2" background="image/www.JPG"></td>
</tr>
</table>
</body>
</html>
Tag : - - - -
|
|
|
|
|
|
Date :
2009-12-26 16:31:43 |
By :
saowaluk052 |
View :
920 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากๆๆๆๆค่ะคุณphpbasic ขอบคุณจริงๆ
|
|
|
|
|
Date :
2009-12-26 19:52:42 |
By :
saowaluk052 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|