|
|
|
พี่คับคือทำ Check All ได้และคับแต่อยากได้อีกแถวจะต้องสร้างฟังก์ชั่นอีกไหมคับ |
|
|
|
|
|
|
|
แบบนี้หรือป่าวครับ
<?
session_start();
include('../function/connect.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Computer Intership and Co-operative Education</title>
<meta http-equiv="Content-Language" content="English" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
<style type="text/css">
<!--
.style1 {
font-size: 16px;
color: #000000;
}
.style2 {color: #000000}
.style3 {font-size: 36px}
-->
</style>
</head>
<script language="JavaScript">
function ClickCheckAll(vol)
{
var i=1;
for(i=1;i<=document.frmMain.hdnCount.value;i++)
{
if(vol.checked == true)
{
eval("document.frmMain.chkDel"+i+".checked=true");
}
else
{
eval("document.frmMain.chkDel"+i+".checked=false");
}
}
}
function ClickCheckAllb(vol)
{
var i=1;
for(i=1;i<=document.frmMain.hdnCount.value;i++)
{
if(vol.checked == true)
{
eval("document.frmMain.chkDel"+i+".checked=true");
}
else
{
eval("document.frmMain.chkDel"+i+".checked=false");
}
}
}
function onDelete()
{
if(confirm('Do you want to delete ?')==true)
{
return true;
}
else
{
return false;
}
}
</script>
<body>
<div id="wrap">
<div id="header">
<h2 align="center" class="style3"> </h2>
<h2 align="left" class="style3">Computer Intership and Co-operative Education</h2>
<h1 align="center" class="style3"> </h1>
</div>
<div id="menu">
<ul>
<li><a href="index.php" class="style1">Home</a></li>
<li><a href="register.php">Register</a></li>
<li><a href="#">Forum</a></li>
<li><a href="#">Downloads</a></li>
</ul>
</div>
<div id="menubottom"> </div>
<div id="content">
<div class="right">
<h2><a href="#" class="style2">คำร้องขอของนักศึกษา</a></h2>
<div class="articles">
<form name="frmMain" action="" method="post">
<table width="482" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td colspan="4"><div align="center"><strong>ชื่อ-นามสกุล</strong><strong> คณะ-สาขา</strong></div></td>
<td width="36"><strong>
<label></label>
สถานะ</strong></td>
<td width="36"align="center"><strong>อนุมัติ
<input name="CheckAll" type="checkbox" id="CheckAll" value="Y" onclick="ClickCheckAll(this);" />
</strong></td>
</tr>
<?php
if(!isset($start)){
$start = 0;
}
$limit = '10';
$Qtotal = mysql_query("SELECT * FROM student ");
$total = mysql_num_rows($Qtotal);
// คำสั่ง SQL ที่ใช้ในการเลือกข้อมูลที่อยู่ในฐานข้อมูลกลับมา (เรียงตามลำดับ ID)
$new= mysql_query("SELECT stu_stuid,title_name,stu_firstname,stu_lastname,faculty_name,major_name,stu_type_id,appr_status FROM titlename t,student s,faculty f,major m,apprentice a where t.title_name_id = s.title_name_id AND f.faculty_id = s.faculty_id AND m.major_id = s.major_id AND a.stu_code = s.stu_code ORDER BY stu_stuid DESC LIMIT $start,$limit");
$totalp = mysql_num_rows($new);
/* ในลูปด้านล่าง เทียบได้กับการดึงข้อมูลมาทีละ 1 Record เพื่อนำมาแสดงผลทางหน้าจอ */
$i = 0;
while($dbarr = mysql_fetch_array($new))
{
$i++;
?>
<tr>
<td width="105"><?=$dbarr['title_name'];?><?=$dbarr['stu_firstname']; ?></td>
<td width="89"><?=$dbarr['stu_lastname']; ?></td>
<td width="78"><?=$dbarr['faculty_name']; ?></td>
<td width="162"><?=$dbarr['major_name']; ?></td>
<td align="center"><?=$dbarr['appr_status'];?></td>
<td align="center"><input type="checkbox" name="chkDel[]" id="chkDel<?=$i;?>" value="<?=$dbarr["stu_stuid"];?>" /></td>
</tr>
<?php
}
$page = ceil($total/$limit);
for($d=1;$d<=$page;$d++){
if($_GET['page']==$d){ //ถ้าตัวแปล page ตรง กับ เลขที่วนได้
echo "[<a href='?start=".$limit*($d-1)."&page=$d'><B>$d</B></A>]"; //ลิ้งค์ แบ่งหน้า เงื่อนไขที่ 1
}else{
echo "[<a href='?start=".$limit*($d-1)."&page=$d'>$d</A>]"; //ลิ้งค์ แบ่งหน้า เงื่อนไขที่ 2
}
}
?>
</table>
<input type="submit" name="btnDelete" value="Delete">
<input type="hidden" name="hdnCount" value="<?=$i;?>">
</form>
<br />
</div>
<h2><a href="#"></a></h2>
<div class="articles"></div>
</div>
<div class="left">
<h2>User login</h2>
<p><table border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" bgcolor="">
<tr>
<td width="165" ><? echo $tea_firstname ?></td>
</tr>
<tr>
<td><? echo $tea_lastname ?></td>
</tr>
<tr>
<td>
<div align="center">
<div align="center">
<form id="form1" method="post" action="../logout.php">
<input type="submit" name="Submit" value="Logout" />
</form>
</div>
</label></div></td>
</tr>
</table></p>
</body>
</html>
Tag : - - - -
|
|
|
|
|
|
Date :
2009-12-11 23:27:46 |
By :
tumandlucky |
View :
855 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|